Commit Graph

134646 Commits

Author SHA1 Message Date
Raúl Marín
7f8449f6d8 FixedString: Assert columns are of the same size 2024-02-07 18:52:41 +01:00
Anton Popov
9a4dbc843a validate type of arguments for minmax secondary index 2024-02-07 17:52:17 +00:00
Alexander Tokmakov
328359dcd3
Update ZooKeeperImpl.cpp 2024-02-07 18:51:19 +01: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
Nikolai Kochetov
a547116821
Update SettingsChangesHistory.h 2024-02-07 17:58:15 +01:00
Nikolai Kochetov
01d0ca315e
Merge branch 'master' into allow-parallel-replicas-for-join-with-analyzer-2 2024-02-07 17:56:57 +01: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
Antonio Andelic
99be5b5cb1 Fix 2024-02-07 15:57:52 +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
Nikita Taranov
a64d9cf1c0 add test 2024-02-07 14:32:15 +01:00
Raúl Marín
5d20de7b52
Merge pull request #59711 from ClickHouse/revert-59316-merge-tree-as-a-default-table-engine
Revert "Use `MergeTree` as a default table engine"
2024-02-07 14:30:14 +01:00
Raúl Marín
74b37ea5b0
Revert "Use MergeTree as a default table engine" 2024-02-07 14:23:43 +01:00
Antonio Andelic
15c89bdd66 Merge branch 'master' into keeper-more-reduce 2024-02-07 14:21:31 +01:00
Nikita Taranov
e8c0637fe2 fix 2024-02-07 14:18:11 +01:00
Mikhail f. Shiryaev
6c09f000ec
Merge pull request #59709 from ClickHouse/autoscale-tests
Add test for increase-always autoscaling lambda
2024-02-07 14:04:59 +01:00
Mikhail f. Shiryaev
a1eb9abaf0
Add test for increase-always autoscaling lambda 2024-02-07 13:49:35 +01:00
Smita Kulkarni
e594608c42 Merge branch 'master' into Azure_backup 2024-02-07 13:48:46 +01:00
Nikolai Kochetov
41d6243170 Fix PreparedSets 2024-02-07 12:43:26 +00:00
Robert Schulze
7edcb86c08
Merge pull request #58632 from ClibMouse/series_outlier
Added function `seriesOutliersTukey` for outlier detetion in series data
2024-02-07 13:08:53 +01:00
Raúl Marín
05e33bdf6a
Merge pull request #59605 from Algunenano/more_sanity_checks
Add another sanity check for function return types
2024-02-07 13:08:11 +01:00
Nikolai Kochetov
df0c30878e Fixing style 2024-02-07 12:38:52 +01:00
Nikolai Kochetov
d1902cdba0 Fix some tests. 2024-02-07 12:36:24 +01:00
Nikolai Kochetov
fbd71ee15e Fixing style. 2024-02-07 12:36:24 +01:00
Nikolai Kochetov
06d112135e Simplify prewhere push down from query plan. Try to always use it. 2024-02-07 12:36:20 +01:00
Nikolai Kochetov
a3d1b3f502 Merge branch 'master' into non-ready-set-ttl 2024-02-07 11:29:04 +00:00
Nikolai Kochetov
c434748fc1
Merge branch 'master' into allow-parallel-replicas-for-join-with-analyzer-2 2024-02-07 12:25:11 +01:00
Raúl Marín
01a459c9b6
Merge pull request #59702 from ClickHouse/revert-59650-merge-tree-final-optimization-diagnostics-and-settings
Revert "MergeTree FINAL optimization diagnostics and settings"
2024-02-07 11:52:39 +01:00
Raúl Marín
38c8e1b8cc
Merge pull request #59485 from Algunenano/strict_int8
Strict aliasing for Int8
2024-02-07 11:33:06 +01:00
Raúl Marín
b5b7847036
Revert "MergeTree FINAL optimization diagnostics and settings" 2024-02-07 10:59:32 +01:00
Raúl Marín
f5e0b2bad5 Merge remote-tracking branch 'blessed/master' into pin_stateless 2024-02-07 10:53:47 +01:00
Alexander Gololobov
4dcd806dfc
Merge pull request #59545 from ClickHouse/system_zookeeper_stream
Produce stream of chunks from system.zookeeper instead of accumulating the whole result
2024-02-07 10:17:38 +01:00
Alexey Milovidov
d65a56d967
Merge branch 'master' into enable-coverage-for-debug-build 2024-02-07 04:58:21 +01:00
Alexey Milovidov
40e10d1f97
Merge pull request #59316 from ClickHouse/merge-tree-as-a-default-table-engine
Use `MergeTree` as a default table engine
2024-02-07 03:59:37 +01:00
Alexey Milovidov
575bf1e060
Merge pull request #59658 from Algunenano/rewrite_sum_plus_fix
Maintain function alias in RewriteSumFunctionWithSumAndCountVisitor
2024-02-07 03:38:46 +01:00
Alexey Milovidov
97ebd1fa75
Merge pull request #59689 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
2024-02-07 03:34:55 +01:00
Alexey Milovidov
90f2c4286d
Update CHANGELOG.md 2024-02-07 05:33:32 +03:00
Alexander Tokmakov
77e4b0c8d9 Revert "Merge pull request #59122 from arthurpassos/bring_back_attach_partition_pr"
This reverts commit ac90637170, reversing
changes made to fe2b5cde05.
2024-02-07 02:52:43 +01:00
Igor Nikonov
4f153b59c0 Minor fix 2024-02-07 01:30:48 +00:00
Igor Nikonov
755298838f Preserve replicas order for data locality 2024-02-07 01:28:27 +00:00
Igor Nikonov
0c00435cea Merge remote-tracking branch 'origin/master' into pr-better-replicas-failover-2 2024-02-07 00:52:50 +00:00
Igor Nikonov
10082399d5 Minor review fixes 2024-02-07 00:52:25 +00:00
Alexey Milovidov
f4a92a6915
Merge pull request #59661 from ClickHouse/imp-nocopy-decompressor
Improvement: move self-extracted binary instead copying.
2024-02-07 01:06:30 +01:00
Alexey Milovidov
1892b4ab33
Merge pull request #59657 from ClickHouse/clickhouse-cloud-server-versions-better-usability
Better usability for server versions in ClickHouse Cloud
2024-02-07 00:10:42 +01:00
Alexey Milovidov
5991ea4dc3 Rename the setting 2024-02-07 00:00:34 +01:00