Commit Graph

145629 Commits

Author SHA1 Message Date
Igor Nikonov
a471716a7f Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-06-28 22:18:07 +00:00
Igor Nikonov
ebcf455f4a Fix: progress bar for reading in order 2024-06-28 22:17:34 +00:00
Antonio Andelic
73ab582c26
Merge pull request #65834 from ClickHouse/disable-jemalloc-profiler-non-linux
No jemalloc profiler for non-Linux
2024-06-28 19:14:08 +00:00
Igor Nikonov
94b30cfff2
Merge pull request #65588 from ClickHouse/fix-flaky-pr-distributed-skip-shards
Fix test_parallel_replicas_distributed_skip_shards flakiness
2024-06-28 19:06:00 +00:00
Alexander Tokmakov
c97ef5dc32
Merge pull request #65405 from Avogar/check-cyclic-dependencies-on-create
Check cyclic dependencies on CREATE/REPLACE/RENAME/EXCHANGE queries
2024-06-28 16:28:14 +00:00
Alexander Tokmakov
6dd4fcae37
Merge pull request #65746 from ClickHouse/tavplubix-patch-14
Always optimize `ClientBase::parseAndCheckOptions`
2024-06-28 15:59:55 +00:00
Han Fei
8f086d7eff
Merge pull request #65820 from ClickHouse/vdimir/fix_hash_join_any_last_row
Propogate join_any_take_last_row to hash join in any query
2024-06-28 15:19:06 +00:00
SmitaRKulkarni
ccfe7c0121
Merge pull request #64757 from azat/load-part-without-columns.txt
Fix filling parts columns from metadata (when columns.txt does not exists)
2024-06-28 15:16:39 +00:00
Antonio Andelic
8f9beffc65 No jemalloc profiler for non-Linux 2024-06-28 16:04:45 +02:00
Igor Nikonov
9b694e611c Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-06-28 14:02:28 +00:00
Nikita Mikhaylov
405012706c
Merge pull request #65800 from ClickHouse/sum
Fix 02931_rewrite_sum_column_and_constant flakiness
2024-06-28 14:01:37 +00:00
Kseniia Sumarokova
2673a773c3
Merge pull request #65458 from ClickHouse/add-azure-queue-storage
Add AzureQueue storage
2024-06-28 12:39:05 +00:00
Nikita Mikhaylov
75e3eb2c97
Merge pull request #65798 from ClickHouse/nickitat-patch-24
Forbid join algorithm randomisation for 03094_one_thousand_joins
2024-06-28 12:29:50 +00:00
vdimir
8e034c499f
Propigate join_any_take_last_row to hash join in any query 2024-06-28 11:58:10 +00:00
Antonio Andelic
ab0968740c
Merge pull request #65702 from ClickHouse/jemalloc-inactive-profiler-by-default
Build jemalloc with profiler
2024-06-28 11:50:50 +00:00
SmitaRKulkarni
19beb5ecc4
Merge pull request #59943 from ClickHouse/Add_azure_storage_policy_to_tests
Add azure_cache as storage policy to tests
2024-06-28 11:45:56 +00:00
Nikita Mikhaylov
191aad6b53
Merge pull request #65669 from ClickHouse/client-refactoring
Miscellaneous and insignificant changes around Client/ClientBase.
2024-06-28 11:44:40 +00:00
Nikita Mikhaylov
f6b8d35a99
Merge pull request #65803 from ClickHouse/fix-macos-slow-getFQDN
Fix slow `getFQDNOrHostNameImpl` on macOS
2024-06-28 11:44:03 +00:00
Kruglov Pavel
f2a39ae2f1
Merge pull request #65802 from jsc0218/FixBugInShortCircuitLogic
Fix Short Circuit Logic
2024-06-28 11:11:25 +00:00
Antonio Andelic
f1337e8c45 Merge2024-06-20 branch 'master' into jemalloc-inactive-profiler-by-default 2024-06-28 10:07:52 +02:00
Antonio Andelic
510924b6b2
Merge pull request #65768 from ClickHouse/fix-parse-iso-date
Fix invalid exceptions in `parseDateTime` with `%F` and `%D` placeholders
2024-06-28 08:07:36 +00:00
Antonio Andelic
cb0cd60e62
Merge pull request #65766 from ClickHouse/fix-test_alter_attach
Fix flaky `test_replicated_database::test_alter_attach`
2024-06-28 08:06:45 +00:00
Konstantin Bogdanov
bbfdf1698f
Fix 2024-06-28 05:18:17 +02:00
jsc0218
f15755ecc6 add test 2024-06-28 01:38:06 +00:00
jsc0218
8dbf159f3f fix 2024-06-28 01:24:20 +00:00
Nikita Mikhaylov
f399764021
Merge pull request #65793 from ClickHouse/docs-named-collections-cloud-support
[Docs] Specify that Named Collections are not supported in Cloud
2024-06-28 00:10:09 +00:00
Michael Kolupaev
6357c3a072
Merge pull request #64951 from ClickHouse/emp
Fix AST formatting of 'create table b empty as a'
2024-06-27 23:52:56 +00:00
Michael Kolupaev
3229cb5874
Merge pull request #61750 from KevinyhZou/improve_json_each_row_ignore_key_case
Improve JSONEachRow reading by ignoring the keys case
2024-06-27 23:38:50 +00:00
Michael Kolupaev
3bc41192d8 Fix 02931_rewrite_sum_column_and_constant flakiness 2024-06-27 23:27:16 +00:00
Nikita Taranov
f838c25d20
Merge pull request #65705 from ClickHouse/fix_linkage
Fix duplicate symbol linkage error
2024-06-27 23:02:09 +00:00
Yarik Briukhovetskyi
4acfad66c2
Merge pull request #65763 from yariks5s/fix_docs_ch_local
Fix for issue #65757
2024-06-27 22:55:52 +00:00
Han Fei
082db862cf
Merge pull request #65764 from hanfei1991/hanfei/doc-cgroups_memory_usage_observer_wait_time
update doc for `cgroups_memory_usage_observer_wait_time`
2024-06-27 22:55:03 +00:00
Nikita Taranov
2dc571b759
Forbid join algorithm randomisation for 03094_one_thousand_joins 2024-06-28 00:50:50 +02:00
Han Fei
451c3ef1eb Merge branch 'master' into hanfei/doc-cgroups_memory_usage_observer_wait_time 2024-06-28 00:10:18 +02:00
Yarik Briukhovetskyi
1086a677b1
Merge branch 'ClickHouse:master' into fix_docs_ch_local 2024-06-28 00:09:33 +02:00
Han Fei
cf195a0b6f
Merge pull request #65778 from linhgiang24/patch-1
fixed misspelled word
2024-06-27 21:52:24 +00:00
Michael Kolupaev
b5bb9fa17e git Merge remote-tracking branch 'origin/master' into emp 2024-06-27 20:40:24 +00:00
Igor Nikonov
23d7e0148f Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-06-27 20:31:35 +00:00
Igor Nikonov
372b948d34 Fix: progress bar, reading in order 2024-06-27 20:30:05 +00:00
Max K
be0b78fcc5
Merge pull request #65774 from ClickHouse/ci_fix_for_build_report_backports_and_release
CI: Fix for Builds report job in backports and releases
2024-06-27 20:16:26 +00:00
Robert Schulze
16feb94bbc
Merge pull request #65791 from rschu1ze/docs-ch-test
Docs: Fix invocation of `clickhouse-test`
2024-06-27 19:31:40 +00:00
justindeguzman
78c659e8ce [Docs] Specify that Named Collections are not supported in Cloud 2024-06-27 12:15:48 -07:00
Robert Schulze
9e4d976e5e
Fix clickhouse-test invocation 2024-06-27 17:24:43 +00:00
Max K
815a51b9ce
Merge pull request #65775 from ClickHouse/ci_new_create_release_workflow
CI: New create release workflow
2024-06-27 17:20:01 +00:00
Max K
fbb96d17de CI: New create release workflow 2024-06-27 18:16:52 +02:00
Nikita Taranov
c2bb507f35
Merge pull request #65632 from ClickHouse/fix_merge_join_sparse
Add missing `sparse` removal in MergeJoin
2024-06-27 15:53:11 +00:00
Linh Giang
2265861f83
fixed misspelled word
originally "quering" changed to "querying"
2024-06-27 09:38:19 -06:00
robot-clickhouse
3362b521d2 Automatic style fix 2024-06-27 14:43:52 +00:00
Max K
ecc9d214c3 CI: Fix for Builds report job in backports and releases 2024-06-27 16:36:26 +02:00
Robert Schulze
3ef05fd11a
Merge pull request #65760 from rschu1ze/base64URL
`base64En/Decode64Url` --> `base64En/Decode64URL`
2024-06-27 13:38:47 +00:00