Commit Graph

134112 Commits

Author SHA1 Message Date
Alexey Milovidov
4d25929d74 A few missing changes 2024-02-07 20:58:40 +01:00
Alexey Milovidov
33401643a4 Fix error 2024-02-07 20:28:37 +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
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
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
Mikhail f. Shiryaev
f7a0c38a3d
Unquote FLAG_LATEST to fix issue with empty argument 2024-02-06 21:31:44 +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
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
Yakov Olkhovskiy
648fa52583 move instead copy 2024-02-06 18:48:57 +00: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
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
Nikita Taranov
f68d7f9412
Merge pull request #59494 from ClickHouse/nickitat-patch-17
Fix `00191_aggregating_merge_tree_and_final`
2024-02-06 16:28:30 +01:00
Mikhail f. Shiryaev
13948cbb20
Use constants from report instead of string literals 2024-02-06 15:02:09 +01:00
Anton Popov
addbd78341
Merge pull request #59436 from nickitat/perf_introspection_for_inserts
More perf introspection for `INSERT`-s
2024-02-06 14:59:32 +01:00
Maksim Kita
c4846b6613 MergeTree FINAL optimization diagnostics and settings 2024-02-06 15:55:16 +03:00
Mikhail f. Shiryaev
5b9bf80f09
Fix usage of status types to prevent API exceptions 2024-02-06 13:40:07 +01:00
Mikhail f. Shiryaev
df93062472
Apply and fix isort in scripts 2024-02-06 13:40:05 +01:00
Nikita Mikhaylov
306e739daa
Updated a list of trusted contributors (#59616)
* Updated a list of trusted contributors

* Automatic style fix

---------

Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2024-02-06 12:33:11 +01:00
robot-ch-test-poll1
d1c4e3e825
Merge pull request #59629 from ClickHouse/ci_ast_fuzzer_slack_report_fix
CI: fix ast fuzzer job report (slack bot issue)
2024-02-06 15:04:05 +04:00
Raúl Marín
79d91294c6
Merge pull request #59594 from Algunenano/fix_map_memory
Fix incorrect result of arrayElement / map[] on empty value
2024-02-06 11:54:09 +01:00
Raúl Marín
c858e2e173 Merge remote-tracking branch 'blessed/master' into fix_map_memory 2024-02-06 11:48:13 +01:00
Raúl Marín
b247440b7d
Merge pull request #59603 from Algunenano/crash_topk
Fix crash in topK when merging empty states
2024-02-06 11:40:52 +01:00
Max Kainov
cbd81b506f CI: fix ast fuzzer job report (slack bot issue)
#job_ast_fuzzer_debug #job_style_check
2024-02-06 09:56:15 +00:00
vdimir
3642bbc05c
Merge pull request #59483 from ClickHouse/vdimir/analyzer/00917_multiple_joins_denny_crane
Analyzer: Fix denny_crane
2024-02-06 10:17:27 +01:00
Vitaly Baranov
5962ed0bd3 Add test. 2024-02-06 09:43:19 +01:00
taiyang-li
bc9c1bf345 improve ifnotnull 2024-02-06 11:48:13 +08:00
taiyang-li
2c882f012e opt isNotnull 2024-02-06 11:35:14 +08:00
Justin de Guzman
1c0fa345ac
Fix broken link for Variant data type (#59539) 2024-02-06 00:51:28 +01:00
Alexey Milovidov
fa53af18c1
Merge pull request #59618 from ClickHouse/alexey-milovidov-patch-8
Update 85_bug-report.md
2024-02-05 23:51:18 +01:00
Alexey Milovidov
e673d8bd0c
Update 85_bug-report.md 2024-02-06 01:50:59 +03:00
robot-ch-test-poll
6cb72bf775
Merge pull request #59610 from ClickHouse/tylerhannan-patch-1
Update README.md
2024-02-05 23:01:27 +01:00
Nikita Mikhaylov
d8555af448
Change the default value for async_insert_max_data_size to 10 MiB (#59536) 2024-02-05 22:41:28 +01:00
Tyler Hannan
15b6dd1431
Update README.md
Fixing dated Recordings link
2024-02-05 22:27:13 +01:00
Vitaly Baranov
86ac7b14d0 Fix Distributed table engine with a constant sharding key. 2024-02-05 21:56:29 +01:00
Raúl Marín
d782c9bde6 Fix crash in topK when merging empty states 2024-02-05 20:52:54 +01:00
Alexey Milovidov
adb9bca43e Merge branch 'master' into merge-tree-as-a-default-table-engine 2024-02-05 19:30:07 +01:00
Alexey Milovidov
a122857b6e
Merge pull request #59565 from kitaisreal/multi-version-use-mutex
MultiVersion use mutex
2024-02-05 19:28:00 +01:00
Sema Checherinda
d7371a3b2d
Merge pull request #59533 from ClickHouse/chesema-grpc-server
GRPCServer: do not call value() on empty optional query_info
2024-02-05 18:56:46 +01:00
Max K
3ddaa1b5f1
CI: nightly job to update latest docker tag only (#59586)
* CI: nightly job to update latest docker tag only

---------

Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2024-02-05 18:09:43 +01:00
János Benjamin Antal
59dcd22af5
Merge pull request #59445 from ClickHouse/fix-formatting-alter-queries-with-modify-column-settings
Fix `ASTAlterCommand::formatImpl` in case of column specific settings modifications
2024-02-05 17:44:30 +01:00
Raúl Marín
ca9e2cac8a Add test 2024-02-05 17:37:06 +01:00
Nikolai Kochetov
e9c50ba9c2
Merge pull request #59567 from 4JustMe4/master
Add missed #include <bit> and <exception>
2024-02-05 17:36:29 +01:00