Commit Graph

143926 Commits

Author SHA1 Message Date
serxa
7594e06ea2 Merge branch 'master' into workload-for-merges 2024-06-07 13:58:41 +00:00
Dmitry Novik
2cba91f555
Merge pull request #64643 from ClickHouse/analyzer-incompatible-docs
Docs: Add info about analyzer incompatibilities
2024-06-07 13:22:42 +00:00
alesapin
368d827dc6
Merge pull request #64918 from ClickHouse/disable_transactions
Disable transactions for unsupported storages even for materialized v…
2024-06-07 12:59:58 +00:00
Robert Schulze
5c7f600d74
Merge pull request #64798 from arenadata/ADQM-1892
Support non-const scale arguments in rounding functions
2024-06-07 12:41:36 +00:00
Antonio Andelic
b1d6c73208
Merge pull request #64604 from ClibMouse/parallel_replicas_custom_key_range_min_max_setting
Allow users to specify a custom range for the range filter when using parallel replicas with dynamic shards
2024-06-07 12:26:30 +00:00
Nikolai Kochetov
a96b7781c3
Merge pull request #64855 from ClickHouse/fix-filter-push-down-duplicate-names
Avoid duplicating names for new inputs of ActionsDAG::split result.
2024-06-07 12:10:32 +00:00
alesapin
a9da369bb5
Merge pull request #64858 from ClickHouse/fix_segfault_for_super_rare_case
Fix segfault for a very tricky case
2024-06-07 11:26:10 +00:00
Nikolai Kochetov
7f98893da0
Merge pull request #64793 from ClickHouse/remove-aliases-from-filter-cond
Remove aliases from fiter condition.
2024-06-07 10:09:14 +00:00
Dmitry Novik
43e6482af0
Update docs/en/operations/analyzer.md 2024-06-07 11:36:24 +02:00
Justin de Guzman
f2700f5510
Analyzer docs changes 2024-06-07 01:48:02 -07:00
Nikita Fomichev
f38c5db995
Merge pull request #64535 from ClickHouse/add-tests-24.5-release
Add tests for experimental unequal joins and randomize new settings in clickhouse-test
2024-06-07 07:36:14 +00:00
Mikhail Gorshkov
b98eca1e60 Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-1892 2024-06-07 06:03:23 +00:00
Max K
b618b80e20
Merge pull request #64950 from ClickHouse/ci_more_fixes_for_sync_prs
CI: Minor fixes in ci scripts
2024-06-07 00:54:42 +00:00
Alexey Milovidov
2da27f4dee
Merge pull request #64923 from amosbird/fix-64885
Fix tupleConcat of two empty tuples
2024-06-07 01:53:02 +02:00
robot-clickhouse
367d41e7f0 Automatic style fix 2024-06-06 23:41:34 +00:00
Max K
8f26f77505 fix unit test 2024-06-07 01:35:39 +02:00
Max K
0deb862c93 Re-enable Fast test in MQ 2024-06-07 01:22:47 +02:00
Max K
eb72c12b31 CI: Minor fixes in ci scripts 2024-06-07 00:51:37 +02:00
Alexey Milovidov
645d3041ce
Merge pull request #64563 from ClickHouse/shrek
Fix writing ORC statistics for unsigned types
2024-06-06 21:14:42 +02:00
Alexey Milovidov
e421c741bf
Merge pull request #64756 from Blargian/utf8_compute_fix
`UTF8::computeWidth` should skip ANSI escape sequences (fix)
2024-06-06 21:13:08 +02:00
Sergei Trifonov
9ec1306016
Merge pull request #64423 from ClickHouse/precise-memtracking
Add dynamic untracked memory limits for more precise memory tracking
2024-06-06 18:37:31 +00:00
Raúl Marín
ae01d9ef9b
Merge pull request #64766 from Algunenano/fix_duplicate_order_by
Fix OrderByLimitByDuplicateEliminationVisitor across subqueries
2024-06-06 18:03:34 +00:00
Nikolay Degterinsky
82e6de5e0a
Merge pull request #64919 from k-morozov/add_logs
additional log for cleanupDetachedTables
2024-06-06 17:53:29 +00:00
Nikita Fomichev
84777a9d80 Merge remote-tracking branch 'origin/master' into add-tests-24.5-release 2024-06-06 19:25:31 +02:00
Dmitry Novik
db1dd64f04
Add info about invalid VIEWs 2024-06-06 19:17:34 +02:00
Alexey Milovidov
821c7322bd
Merge pull request #58349 from azat/ci/flake8
Check python code with flake8
2024-06-06 19:03:58 +02:00
Joshua Hildred
21294013f2 Update SettingsChangesHistory 2024-06-06 10:03:52 -07:00
Dmitry Novik
ef9ef53fde
Add info about fix 2024-06-06 18:53:28 +02:00
Dmitry Novik
e42791e9e8
Add info about MutationsInterpreter 2024-06-06 18:45:43 +02:00
Nikolai Kochetov
8216e14ac2
Merge pull request #64801 from ClickHouse/fix-arr-join-distr-nested
Fix distributed array join by nested
2024-06-06 16:24:19 +00:00
serxa
2c193a793d typo 2024-06-06 16:17:36 +00:00
Amos Bird
dd9b15daf5
Fix tupleConcat of two empty tuples 2024-06-06 23:43:14 +08:00
alesapin
1c3cfbcb41 Merge remote-tracking branch 'origin/master' into disable_transactions 2024-06-06 17:36:18 +02:00
Alexey Milovidov
afba7bb4ed
Merge pull request #64883 from ClickHouse/fancy-quotes-fix
A tiny fix for fancy quotes
2024-06-06 17:35:00 +02:00
Alexander Tokmakov
6b07873719
Merge pull request #64903 from ClickHouse/tavplubix-patch-10
Update 03165_string_functions_with_token_text_indexes.sql
2024-06-06 14:56:32 +00:00
Yarik Briukhovetskyi
f216bc0557
Merge pull request #64909 from Blargian/docs_fromUnixTimestamp64XYZ
[Docs] document `toUnixTimestamp64Milli`, `toUnixTimestamp64Micro`, `fromUnixTimestamp64Milli`, `fromUnixTimestamp64Micro`
2024-06-06 14:46:15 +00:00
Konstantin Morozov
05592fb5ba additional log for cleanupDetachedTables 2024-06-06 14:27:23 +00:00
Nikita Fomichev
637c28c5d5
Merge pull request #64913 from ClickHouse/fix-doc-largestTriangleThreeBuckets
Update `largestTriangleThreeBuckets` doc
2024-06-06 14:27:16 +00:00
alesapin
00167da119 Disable transactions for unsupported storages even for materialized views 2024-06-06 16:27:00 +02:00
Nikita Fomichev
afc63af264 Update largestTriangleThreeBuckets doc 2024-06-06 15:23:08 +02:00
Shaun Struwig
03458a516a
Fix typo 2024-06-06 15:06:16 +02:00
serxa
f05a657723 add docs 2024-06-06 12:56:34 +00:00
Nikita Fomichev
ebab4f3af3 Merge remote-tracking branch 'origin/master' into add-tests-24.5-release 2024-06-06 14:52:21 +02:00
Joshua Hildred
76db904de1 Update integration tests to use UInt rather than Int 2024-06-06 05:28:16 -07:00
Joshua Hildred
59f50ca235 Fix existing tests to use UInt rather than Int 2024-06-06 05:28:16 -07:00
Joshua Hildred
095508edb7 Add additional tests 2024-06-06 05:28:16 -07:00
josh-hildred
e495bf0742 Update src/Interpreters/getCustomKeyFilterForParallelReplicas.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2024-06-06 05:28:16 -07:00
Joshua Hildred
e3e5f304b9 Update docs 2024-06-06 05:28:16 -07:00
Joshua Hildred
0c0c6bee32 Address review comments 2024-06-06 05:28:15 -07:00
Joshua Hildred
bde8d19f45 Address review comments 2024-06-06 05:28:15 -07:00