kssenii
82098e9882
Fix stress test
2024-05-08 15:19:04 +02:00
Kseniia Sumarokova
9ecbff2573
Update 03145_non_loaded_projection_backup.sh
2024-05-07 19:03:17 +02:00
Kseniia Sumarokova
0a580e84ea
Update 03145_non_loaded_projection_backup.sh
2024-05-07 12:41:06 +02:00
Kseniia Sumarokova
e6926dc65d
Update 03145_non_loaded_projection_backup.sh
2024-05-07 12:32:34 +02:00
Kseniia Sumarokova
f50f28d413
Update 03145_non_loaded_projection_backup.sh
2024-05-07 12:11:01 +02:00
kssenii
ba4f5f9b3f
Fix backup of parts with projections but without projections in metadata
2024-05-06 20:13:16 +02:00
Robert Schulze
a65e208892
Merge pull request #63414 from rschu1ze/docs-update
...
Docs: Various minor docs updates
2024-05-06 14:40:14 +00:00
Robert Schulze
21b512c603
Merge pull request #63416 from Blargian/patch-2
...
[Docs] update math function orders
2024-05-06 14:29:48 +00:00
Shaun Struwig
81398da882
Update function order
...
Moved `sigmoid` function from the end of the file to after `sign` function.
2024-05-06 16:20:51 +02:00
Robert Schulze
b00c64fe9d
Docs: Remove tuple support from ANN indexes
...
Indexes for approximate nearest neighbourhood (ANN) search (Annoy,
USearch) can currently be build on columns of type Array(Float32) or
Tuple(Float32[, Float32[, ...]]). In practice, only Arrays are relevant
which makes sense as arrays store high-dimensional embeddings
consecutively and the additional flexibility of different data types in
a tuple is not needed.
Therefore, removing support for ANN indexes over tuple columns to
simplify the code, tests and docs.
2024-05-06 14:18:30 +00:00
Robert Schulze
b64ad9ac28
Update s390x build docs
2024-05-06 14:15:47 +00:00
Robert Schulze
53c089722c
Docs: Add a note about the naming of the inverted index in earlier versions
2024-05-06 14:04:34 +00:00
Robert Schulze
1dff80374c
Docs: toStartOfInterval uses uppercase units
...
For consistency with existing documentation
https://clickhouse.com/docs/en/sql-reference/data-types/special-data-types/interval
... and with MySQL
2024-05-06 13:53:36 +00:00
Nikita Mikhaylov
d0c71e1a59
Merge pull request #63251 from Blargian/document_subtractXYZ
...
[Docs] `subtractXYZ`
2024-05-06 12:34:28 +00:00
Nikita Taranov
a5ec7e84c7
Merge pull request #62904 from liuneng1994/feature/adaptive_merged_block_size
...
Reduce external sorting memory usage on large table and speed up sorting
2024-05-06 11:20:47 +00:00
vdimir
4b1af861d8
Merge pull request #63346 from ClickHouse/vdimir/fix_write_buffer_file_segment_dtor
...
Fix finalize WriteBufferToFileSegment and StatusFile
2024-05-06 10:57:19 +00:00
Vitaly Baranov
4c0c4d1485
Merge pull request #63209 from ClickHouse/pufit/fix-sql-security-none-from-load
...
Correct load for SQL security defaults during startup
2024-05-06 10:52:44 +00:00
vdimir
1016d2e0d3
Merge pull request #62995 from ClickHouse/vdimir/array_join_alias_resolve_fix
...
Analyzer: prefer column name to alias from array join
2024-05-06 10:33:10 +00:00
Igor Nikonov
e986619ce3
Merge pull request #61935 from ClickHouse/pr-receive-timeout-on-handshake
...
Parallel replicas: table check failover
2024-05-06 10:30:59 +00:00
alesapin
4eb5bea203
Merge pull request #63354 from ClickHouse/fix_azurite_version
...
Rollback azurite to working version
2024-05-06 09:25:23 +00:00
Raúl Marín
2c6d0c69ab
Merge pull request #63005 from ClickHouse/docs-wait_for_async_insert-details
...
[Docs] Add details for wait_for_async_insert
2024-05-06 08:28:15 +00:00
Justin de Guzman
6c415e9ec5
[Docs] wait_for_async_insert clarification
...
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-05-06 00:07:37 -07:00
Justin de Guzman
6e61d671c8
[Docs] Specify to use async_insert
...
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-05-06 00:07:04 -07:00
liuneng1994
0c1b07d527
remove perf test
2024-05-06 10:49:37 +08:00
liuneng1994
1cfda11521
Merge branch 'refs/heads/master' into feature/adaptive_merged_block_size
...
# Conflicts:
# src/Core/SettingsChangesHistory.h
2024-05-06 10:48:56 +08:00
Konstantin Bogdanov
35f8aae919
Merge pull request #63368 from Blargian/document_anyXYZ
...
[Docs] add `anyXYZ` functions
2024-05-05 23:41:36 +00:00
Konstantin Bogdanov
2311512e82
Merge pull request #63367 from Blargian/document_singleValueOrNull
...
[Docs] add `singleValueOrNull` to documentation
2024-05-05 23:41:08 +00:00
Alexey Milovidov
12bfa1fa0b
Merge pull request #63378 from Blargian/document_sigmoid
...
[Docs] add `sigmoid` function
2024-05-05 23:32:01 +00:00
Alexey Milovidov
306d5a8f5f
Merge pull request #63380 from ClickHouse/test-55655
...
Add a test for #55655
2024-05-05 23:13:56 +00:00
Alexey Milovidov
c7cfc5e33a
Merge pull request #63081 from ClickHouse/tacit
...
Allow using clickhouse-local with a positional argument
2024-05-05 23:53:13 +02:00
Alexey Milovidov
6bfc9c17fb
Update 03144_aggregate_states_with_different_types.sql
2024-05-06 00:08:38 +03:00
Alexey Milovidov
d38cf75351
Merge pull request #63234 from kitaisreal/join-filter-push-down-filled-join-fix
...
JOIN filter push down filter join fix
2024-05-05 21:03:48 +00:00
Alexey Milovidov
e05a2c2000
Merge pull request #63381 from ClickHouse/fancy-quotes
...
Fancy quotes
2024-05-05 20:55:55 +00:00
Shaun Struwig
eeaf46ceaa
Update aspell-dict.txt
2024-05-05 22:06:45 +02:00
Shaun Struwig
2441ed9081
add sigmoid to aspell-dict.txt
2024-05-05 22:04:31 +02:00
Alexey Milovidov
9d1f38f00e
Merge pull request #60459 from p1rattttt/cross_join_compression
...
Added possibility to compress in CROSS JOIN
2024-05-05 21:57:19 +02:00
Alexey Milovidov
26e3e5daa8
Update math-functions.md
2024-05-05 20:19:03 +03:00
Alexey Milovidov
8aedecf100
Merge pull request #63200 from litlig/parts_column_ttl
...
Add column ttl info to system info
2024-05-05 17:13:50 +00:00
Alexey Milovidov
0c71d081c4
Merge pull request #60199 from Blargian/59557_form_input_format
...
Form Input Format
2024-05-05 17:10:57 +00:00
Alexey Milovidov
18a68059b3
Merge branch 'master' into test-55655
2024-05-05 19:10:22 +02:00
Alexander Gololobov
259a6b3cad
Merge pull request #63330 from ClickHouse/fix_remote_data_path_permission_deined
...
Skip unaccessible table dirs in system.remote_data_paths
2024-05-05 07:30:21 +00:00
Shaun Struwig
3316df88aa
Merge branch 'ClickHouse:master' into 59557_form_input_format
2024-05-05 05:30:40 +02:00
Shaun Struwig
3dbc9b8549
Add singleValueOrNull to aspell-dict
2024-05-05 05:28:49 +02:00
Alexey Milovidov
1bcf035bbd
Zero means unlimited; apply the thresholds by logical or; better documentation
2024-05-05 04:59:12 +02:00
Alexey Milovidov
7aa1b1fb3f
Merge branch 'master' into cross_join_compression
2024-05-05 04:52:19 +02:00
Alexey Milovidov
f576711361
Finish implementation
2024-05-05 04:23:58 +02:00
Alexey Milovidov
33ace84174
Merge branch 'master' into fancy-quotes
2024-05-05 03:59:26 +02:00
Alexey Milovidov
e8824c3d6c
Add a test for #55655
2024-05-05 03:57:29 +02:00
Shaun Struwig
984e24f069
Correct typo
2024-05-05 03:41:32 +02:00
Shaun Struwig
25ef78413d
Add missing sigmoid function
...
Add missing sigmoid function
2024-05-05 03:38:18 +02:00