Commit Graph

134172 Commits

Author SHA1 Message Date
robot-clickhouse
548cc2577b
Merge pull request #59798 from ClickHouse/ci_fix_release_publish
CI: do not reuse builds on release branches
2024-02-09 13:55:28 +01:00
Max Kainov
9dfe3f5559 CI: do not reuse builds on release branches
#job_package_debug #job_style_check
2024-02-09 12:43:05 +00:00
Mikhail f. Shiryaev
801dce00bd
Merge pull request #59797 from ClickHouse/release-special-build-reports
Fix special build reports in release branches
2024-02-09 13:11:52 +01:00
Mikhail f. Shiryaev
3ee2dda511
Fix special build reports in release branches 2024-02-09 12:59:06 +01:00
Antonio Andelic
8c765a3713
Merge pull request #59766 from ClickHouse/logical-optimizer-lowcardinality
Fix logical optimizer with LowCardinality in new analyzer
2024-02-09 09:04:44 +01:00
Michael Kolupaev
359dda5693
Fix DB type check - now it'll refuse to create in Replicated databases (#59743)
Fix DB type check - now it'll refuse to create in Replicated databases
2024-02-08 22:38:53 -08:00
Julia Kartseva
93bcf0b09c
Merge pull request #59781 from jkartseva/adaptive-async-timeout-better-logging
Better logging for adaptive async timeouts
2024-02-08 20:32:42 -08:00
Julia Kartseva
2286184885
Merge pull request #59699 from jkartseva/disable_async_inserts_for_dependent_mv_dedup
Insert synchronously if dependent MV deduplication is enabled
2024-02-08 19:23:51 -08:00
Alexey Milovidov
f24ba7b107
Merge pull request #59753 from ClickHouse/fix-dashboard-params
Fix dashboard params default values
2024-02-09 04:03:46 +01:00
Alexey Milovidov
a34d6c9170
Merge pull request #59765 from AlexeyGrezz/patch-1
Update grants.md
2024-02-09 04:03:04 +01:00
robot-ch-test-poll1
ac1d513754
Merge pull request #59785 from ClickHouse/docs-cloud-value-enable_filesystem_cache_on_write_operations
[Docs] Specify cloud default value for enable_filesystem_cache_on_writ…
2024-02-09 06:59:26 +04:00
robot-ch-test-poll1
74f35256da
Merge pull request #59786 from ClickHouse/docs-cloud-value-date_time_input_format
[Docs] Specify cloud default value for date_time_input_format
2024-02-09 06:58:42 +04:00
Alexey Milovidov
a6fcd63159
Merge pull request #58866 from rschu1ze/distance-with-cpu-dispatch
AVX vectorization of distance functions
2024-02-09 03:32:26 +01:00
Justin de Guzman
af6ae28f3c
[Docs] Specify cloud default value for date_time_input_format 2024-02-08 18:16:44 -08:00
Justin de Guzman
f2f8a63ba8
[Docs] Change cloud default value for enable_filesystem_cache_on_write_operations 2024-02-08 18:14:21 -08:00
Ilya Yatsishin
1c58cafcf3
Merge pull request #59741 from vitlibar/fix-skipping-unused-shards-with_analyzer
Fix skipping unused shards with analyzer
2024-02-09 02:44:59 +04:00
Ilya Yatsishin
f114693095
Merge pull request #59773 from ClickHouse/libuv-fix-race
Update libuv
2024-02-09 02:22:50 +04:00
Julia Kartseva
e598ad9157 Better logging for adaptive async timeouts
Log the adaptive async timeout value after normalization.
2024-02-08 21:42:44 +00:00
Max K
7c72bb4846
Merge pull request #59778 from ClickHouse/ci_await_test
CI: ci test await
2024-02-08 20:23:09 +01:00
Max Kainov
b112fd1e3c CI: ci test await
#do_not_test
2024-02-08 19:09:38 +00:00
Max K
3c1c7bb824
Merge pull request #59555 from ClickHouse/await_on_ci_jobs
CI: ci_cache, enable await
2024-02-08 20:04:06 +01:00
Max Kainov
641c7b547d CI: enable await
#no_merge_commit
2024-02-08 18:37:30 +00:00
kssenii
927e00f8f1 Update libuv 2024-02-08 18:53:24 +01:00
Vitaly Baranov
1b9620001b Move ColumnArray-specific code out of the ActionsDAG. 2024-02-08 15:31:32 +01:00
Antonio Andelic
160f1b7fd8 Fix logical optimizer with LowCardinality 2024-02-08 15:01:56 +01:00
Nikolai Kochetov
57ddf196cf
Merge pull request #59705 from kitaisreal/revert-59702-revert-59650-merge-tree-final-optimization-diagnostics-and-settings
Revert "Revert "MergeTree FINAL optimization diagnostics and settings""
2024-02-08 14:48:29 +01:00
Nikolai Kochetov
9560eabfe8
Merge pull request #59720 from ClickHouse/try-remove-source-with-key-condition
Remove SourceWithKeyCondition from ReadFromStorageStep
2024-02-08 14:44:13 +01:00
AlexeyGrezz
b8dcc233fd
Update grants.md 2024-02-08 16:32:50 +03:00
Raúl Marín
5b16d6b958
Merge pull request #59754 from ClickHouse/revert-59683-rename-setting
Revert "Rename a setting"
2024-02-08 13:19:48 +01:00
Raúl Marín
697f7b28a7
Merge pull request #59739 from Algunenano/padstring_fix
Fix leftPad / rightPad function with FixedString input
2024-02-08 13:15:26 +01:00
Raúl Marín
284ed191ab
Revert "Rename a setting" 2024-02-08 13:13:22 +01:00
serxa
0130d525f4 fix dashboard params default values 2024-02-08 12:02:28 +00:00
Dmitry Novik
b8f74b5b05
Merge pull request #50894 from ClickHouse/storage-merge-aliases-analyzer
Analyzer: support aliases and distributed JOINs in StorageMerge
2024-02-08 11:22:00 +01:00
Raúl Marín
ffff6b9510 Cleanup duplicated tests 2024-02-08 10:56:17 +01:00
Julia Kartseva
ece4febe32 Insert synchronously if dependent MV deduplication is enabled 2024-02-08 08:42:04 +00:00
Alexander Tokmakov
510f90edf8
Merge pull request #59688 from ClickHouse/revert_39507_again
Temporarily remove a feature that doesn't work
2024-02-08 02:27:55 +01:00
Vitaly Baranov
12a71375b8 Fix skipping unused shards with analyzer. 2024-02-08 00:44:59 +01:00
Alexey Milovidov
393abebf64
Merge pull request #59683 from ClickHouse/rename-setting
Rename a setting
2024-02-07 22:43:14 +01:00
Raúl Marín
48a48be135 Fix leftPad / rightPad function with FixedString input 2024-02-07 22:31:21 +01:00
Igor Nikonov
620bf09a75
Merge pull request #59706 from ClickHouse/cleanup-connection-establisher
ConnectionEstablisher: remove unused is_finished
2024-02-07 22:17:41 +01:00
Konstantin Bogdanov
38373b989a
Merge pull request #59659 from ClickHouse/create-tables-in-threadpool-followup
Follow up for #59277
2024-02-07 21:12:43 +03:00
Ilya Yatsishin
4a2912d791
Update src/Core/Settings.h
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2024-02-07 21:47:54 +04:00
Maksim Kita
8f774f358f Fixed tests 2024-02-07 20:16:54 +03:00
Maksim Kita
65db507317 Fixed tests 2024-02-07 20:16:54 +03:00
Maksim Kita
a9624786f2 Revert "Revert "MergeTree FINAL optimization diagnostics and settings"" 2024-02-07 20:16:54 +03:00
vdimir
82cb09cab3
Merge pull request #59528 from ClickHouse/vdimir/analyzer/fix_test_select_access_rights
Analyzer fix test_select_access_rights/test_main.py::test_select_count
2024-02-07 17:00:46 +01:00
Dmitry Novik
813020a1a6 remove redundant logging 2024-02-07 16:44:09 +01:00
Dmitry Novik
ff4729ccc4 Improve replaceTableExpressionAndRemoveJoin function 2024-02-07 16:40:23 +01:00
Nikolai Kochetov
c391cb5f56 Remove SourceWithKeyCondition from ReadFromStorageStep 2024-02-07 14:53:55 +00:00
Raúl Marín
b378da3080
Merge pull request #59663 from Algunenano/pin_stateless
Pin python dependencies in stateless tests
2024-02-07 14:34:09 +01:00