Commit Graph

157695 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
4e53dda580
Use array for conditional mkdir 2024-11-07 20:45:31 +01:00
Mikhail f. Shiryaev
1babb919c3
Follow the DOI review recommendations/requirements 2024-11-07 13:00:16 +01:00
Mikhail f. Shiryaev
ae97149041
Remove /usr/bin for clickhouse/clickhouse-server/clickhouse-keeper 2024-11-07 13:00:15 +01:00
Mikhail f. Shiryaev
b82658a285
Remove processing of CLICKHOUSE_DOCKER_RESTART_ON_EXIT 2024-11-07 13:00:14 +01:00
Mikhail f. Shiryaev
f229fc5b40
Deprecate CLICKHOUSE_UID/CLICKHOUSE_GID docker ENV 2024-11-07 13:00:13 +01:00
Mikhail f. Shiryaev
6310d38bf6
Merge pull request #71505 from ClickHouse/upgrade-docker-srver
Upgrade clickhouse-server and keeper base images
2024-11-07 11:38:28 +00:00
Alexey Milovidov
0094a9df40
Merge pull request #71169 from ClickHouse/close-8687
Close #8687
2024-11-07 11:19:17 +00:00
Mikhail Artemenko
b0393274f7
Merge pull request #71151 from ClickHouse/issues/71020/staleness
WITH FILL STALENESS extension
2024-11-07 10:12:58 +00:00
Robert Schulze
5f5b1ebe26
Merge pull request #71457 from rschu1ze/fix-insert-assert
Fix assert during insert into vector similarity index in presence of other skipping indexes
2024-11-07 09:30:56 +00:00
Vladimir Cherkasov
54dd46f4c2
Merge pull request #71541 from Algunenano/udf_constraint
Avoid crash when using a UDF in a constraint
2024-11-07 09:26:22 +00:00
Alexey Milovidov
33913bc4b2
Merge pull request #71530 from ClickHouse/consistent-aarch64-vars
We use `aarch64` everywhere in code, so the vars should reflect it
2024-11-07 09:05:59 +00:00
Alexey Milovidov
f1bfd6c66e Merge branch 'close-8687' of github.com:ClickHouse/ClickHouse into close-8687 2024-11-06 23:28:20 +01:00
Alexey Milovidov
07c23a3dbe Merge branch 'master' into close-8687 2024-11-06 23:28:05 +01:00
Alexey Milovidov
304b9190f3
Merge pull request #71320 from Avogar/tuple-to-json
Implement simple CAST from Map/Tuple/Object to new JSON through serialization/deserialization from JSON string
2024-11-06 22:27:18 +00:00
Alexey Milovidov
6766be4f99
Merge pull request #71478 from ClickHouse/docs-embeddedrocksdb-cloud
[Docs] Add cloud not supported badge for EmbeddedRocksDB engine
2024-11-06 22:24:48 +00:00
Alexey Milovidov
5d367d4ae4
Merge pull request #71494 from Algunenano/sort_cursor_crash
Prevent crash in SortCursor with 0 columns
2024-11-06 22:24:22 +00:00
Alexey Milovidov
8ff7118e6b
Merge pull request #71504 from ilejn/fix_test_drop_complex_columns
Fix flaky test_drop_complex_columns
2024-11-06 22:22:47 +00:00
Alexey Milovidov
b29c6e7239
Merge pull request #71523 from amosbird/help-62944
Allow specifying cmdline flags in integration test
2024-11-06 22:22:06 +00:00
Raúl Marín
024b9ce996
Merge pull request #71535 from Algunenano/test_system_functions
Add test to check that accessing system.functions does not populate query_log used_functions
2024-11-06 21:59:34 +00:00
Mikhail f. Shiryaev
157f745136
Write a simple troubleshooting for an old docker and clickhouse-server 2024-11-06 22:09:12 +01:00
Mikhail f. Shiryaev
26f0ba2c4c
Update compatibility section for clickhouse-server docker image 2024-11-06 22:02:09 +01:00
Robert Schulze
c558407941
Remove duplicate test (same as 02354_vector_search_bugs_multiple_indexes.sql) 2024-11-06 19:53:01 +00:00
Robert Schulze
c052be0192
Merge remote-tracking branch 'ClickHouse/master' into fix-insert-assert 2024-11-06 19:45:11 +00:00
Dmitry Novik
7493900464
Merge pull request #71509 from joelynch/joelynch/grants-docs
Fix documentation for system.grants.is_partial_revoke
2024-11-06 19:34:25 +00:00
Raúl Marín
dd5061a4d3
Merge pull request #71527 from ClickHouse/revert-68682-vdimir/join_select_inner_table
Revert "Selection of hash join inner table"
2024-11-06 19:24:44 +00:00
Raúl Marín
0011bc5e07
Merge pull request #71503 from ClickHouse/docs-prometheus-cloud
[Docs] Update note about Prometheus integration and ClickHouse Cloud
2024-11-06 18:35:33 +00:00
Raúl Marín
de21dde4cf Avoid crash when using UDF in a constraint 2024-11-06 19:26:39 +01:00
Robert Schulze
070bfc81ee
Merge pull request #71525 from rschu1ze/non-experimental-analyzer
Minor: Remove "experimental" mention of analyzer
2024-11-06 17:49:12 +00:00
Robert Schulze
ea3f9e5821
Add missing reference file 2024-11-06 17:48:04 +00:00
Raúl Marín
e8a8a4f62e Add test to check that accessing system.functions does not populate query_log used_functions 2024-11-06 17:34:20 +01:00
alesapin
a0013e0a96
Merge pull request #71524 from ClickHouse/add_metrics_for_merge_selector
Add ProfileEvents for merge selector timings
2024-11-06 16:15:23 +00:00
robot-clickhouse
52dfad190d Automatic style fix 2024-11-06 15:47:07 +00:00
Mikhail f. Shiryaev
7b1de3fcf7
We use aarch64 everywhere in code, so the vars should reflect it 2024-11-06 16:40:25 +01:00
Mikhail f. Shiryaev
2903227143
Remove strange wrong named dockerfile 2024-11-06 16:32:13 +01:00
Mikhail f. Shiryaev
d67b62c222
Upgrade clickhouse-server and keeper base images 2024-11-06 16:32:12 +01:00
Raúl Marín
4e30cf7e33 Cleanup SettingsChangesHistory for revert 2024-11-06 16:30:16 +01:00
Raúl Marín
12ab488453
Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
Robert Schulze
15337692e6
Minor: Remove "experimental" mention of analyzer 2024-11-06 15:10:10 +00:00
alesapin
8fc61fec44 Merge branch 'add_metrics_for_merge_selector' of github.com:ClickHouse/ClickHouse into add_metrics_for_merge_selector 2024-11-06 16:00:40 +01:00
alesapin
33bd082149 Followup 2024-11-06 16:00:25 +01:00
Ilya Golshtein
f4c0254254 fix_test_drop_complex_columns: flaky check for test_drop_after_fetch 2024-11-06 14:52:55 +00:00
Mikhail Artemenko
69dcd96bd3 Merge branch 'master' into issues/71020/staleness 2024-11-06 14:43:38 +00:00
Alexander Gololobov
afb92f04e6
Added ms 2024-11-06 14:56:30 +01:00
Kseniia Sumarokova
1756fe28ee
Merge pull request #71348 from ClickHouse/filecache-more-assertions
fs cache: add assertions
2024-11-06 13:54:28 +00:00
alesapin
4e3bde2460 Add ProfileEvents for merge selector timings 2024-11-06 14:52:59 +01:00
Robert Schulze
71a0e7f07f
Split tests 2024-11-06 13:45:28 +00:00
Amos Bird
d270885bfa
Allow specifying cmdline flags in integration test 2024-11-06 21:37:47 +08:00
Pavel Kruglov
e5b6a3c1fe
Update 03261_tuple_map_object_to_json_cast.sql 2024-11-06 14:33:25 +01:00
Alexey Milovidov
0a66c40a00
Merge pull request #71510 from ClickHouse/move-bitshift-to-backward-incompatible-in-changelog
Move bitShift function changelog entries to backward incompatible
2024-11-06 13:15:11 +00:00
Pablo Marcos
9ee22533a0
Move bitShift function changelog entries to backward incompatible
Move bitShift function changelog entries to backward incompatible
2024-11-06 13:46:30 +01:00