Commit Graph

134282 Commits

Author SHA1 Message Date
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
a3d1b3f502 Merge branch 'master' into non-ready-set-ttl 2024-02-07 11:29:04 +00: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
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
Alexey Milovidov
23c9b32282 Fix the documentation 2024-02-06 23:54:12 +01:00
Alexey Milovidov
8d08d60bf1 Rename a setting 2024-02-06 23:49:54 +01:00
Alexey Milovidov
01c8542462
Merge pull request #59606 from vitlibar/fix-distributed-table-with-const-sharding-key
Fix distributed table with a constant sharding key
2024-02-06 22:10:34 +01:00
Mikhail f. Shiryaev
aa1199b005
Merge pull request #59672 from ClickHouse/fix-docker-manifest-job
Unquote FLAG_LATEST to fix issue with empty argument
2024-02-06 21:48:06 +01:00
Konstantin Bogdanov
d64db12f72
Fix for empty sorted_nodes 2024-02-06 21:44:45 +01:00
Mikhail f. Shiryaev
f7a0c38a3d
Unquote FLAG_LATEST to fix issue with empty argument 2024-02-06 21:31:44 +01:00
Konstantin Bogdanov
942addfa8c
Learning how std::vector works 2024-02-06 21:22:55 +01:00
Mikhail f. Shiryaev
4c5840957b
Merge pull request #59527 from ClickHouse/fix-status-type
Fix usage of StatusType
2024-02-06 21:18:25 +01:00
Raúl Marín
25738c8313 Remove no longer needed specialization 2024-02-06 20:34:12 +01:00
Raúl Marín
ff63a1cf9f Fix tidy 2024-02-06 20:34:12 +01:00
Raúl Marín
b609fc157f Silence tidy 2024-02-06 20:33:32 +01:00
Raúl Marín
333c45634f Infinite recursion 2024-02-06 20:33:32 +01:00
Raúl Marín
0a4e73a98d Strict aliasing for Int8 2024-02-06 20:33:32 +01:00
Dmitry Novik
d558728281
Merge branch 'master' into storage-merge-aliases-analyzer 2024-02-06 20:24:20 +01:00
robot-ch-test-poll4
3af96c6970
Merge pull request #59435 from rschu1ze/nested-memory-cgroups
Consider nested cgroup memory limits for the total memory tracker
2024-02-06 20:18:00 +01:00
Nikolai Kochetov
f311f2ed45
Merge pull request #59650 from kitaisreal/merge-tree-final-optimization-diagnostics-and-settings
MergeTree FINAL optimization diagnostics and settings
2024-02-06 20:14:14 +01:00
Raúl Marín
a64ce70671 Pin python dependencies in stateless tests 2024-02-06 20:11:04 +01:00
Raúl Marín
b43f90fce2 Fix query start time on non initial queries 2024-02-06 19:55:50 +01:00
Yakov Olkhovskiy
648fa52583 move instead copy 2024-02-06 18:48:57 +00:00
Konstantin Bogdanov
0f515e7759
Reserve space in vector 2024-02-06 19:37:22 +01:00
Anton Popov
3b22c3849f
Merge pull request #59621 from bigo-sg/opt_if_not_null
Trivial optimize on ifNotNull with intel AVX2
2024-02-06 19:13:06 +01:00
Konstantin Bogdanov
3b03aea16b
Use vector instead of a map 2024-02-06 19:10:45 +01:00
Konstantin Bogdanov
5894fa9860
0 means number of cores 2024-02-06 19:10:34 +01:00
Raúl Marín
5c68f9cabd Maintain function alias in RewriteSumFunctionWithSumAndCountVisitor 2024-02-06 19:09:28 +01:00
Alexey Milovidov
8a428eb7cf Better usability for server versions in ClickHouse Cloud 2024-02-06 18:37:14 +01:00
Raúl Marín
e10e105ec1 Merge remote-tracking branch 'blessed/master' into more_sanity_checks 2024-02-06 17:42:36 +01:00
Raúl Marín
5d042dc815 Check pointer 2024-02-06 17:42:24 +01:00
vdimir
9438118745
fix test_select_access_rights/test_main.py::test_select_join 2024-02-06 16:15:04 +00:00
vdimir
aad9f49626
analyzer fix test_select_access_rights/test_main.py::test_select_count 2024-02-06 16:01:26 +00:00
Dmitry Novik
1abcf26df6 Fix filter expressions 2024-02-06 15:39:52 +00:00