Commit Graph

145624 Commits

Author SHA1 Message Date
Alexey Milovidov
a922b57ccc
Merge pull request #65532 from ClickHouse/no-jemalloc-message
Do not print jemalloc message at startup
2024-06-29 13:50:20 +00:00
Alexey Milovidov
1531aeb029
Merge pull request #65635 from ClickHouse/dont-load-outdated-parts-on-readonly
Do not load inactive parts on readonly disks
2024-06-29 13:45:07 +00:00
Alexey Milovidov
67b7bfc772
Merge pull request #65699 from ClickHouse/backup-util
Add "backup" tool
2024-06-29 13:43:31 +00:00
Kseniia Sumarokova
5a6666d330
Merge pull request #63348 from ClickHouse/small-refactoring-for-tmp-data-in-cache
Make write to temporary data in cache do all checks and assertions as during write to ordinary cache
2024-06-29 09:40:50 +00:00
Justin de Guzman
e3f821573e
Merge pull request #65120 from gingerwizard/stackoverflow
stackoverflow dataset
2024-06-29 03:06:22 +00:00
justindeguzman
0dd4735e07 [Docs] Fix style check errors 2024-06-28 19:49:26 -07:00
Alexey Milovidov
5fc343f4c7
Merge pull request #65795 from ClickHouse/new_ami_with_gh
AMI image with gh and jwt
2024-06-29 02:41:55 +00:00
Alexey Milovidov
4bd07386c3 Merge branch 'master' into backup-util 2024-06-29 04:40:24 +02:00
Alexey Milovidov
9113981d0c Merge branch 'master' into dont-load-outdated-parts-on-readonly 2024-06-29 04:38:44 +02:00
Alexey Milovidov
ffa863b880
Merge pull request #65592 from ClickHouse/fix-metadata-wtf
Fix an error in the test about metadata_type
2024-06-29 02:35:29 +00:00
Alexey Milovidov
6b912425f9 Merge branch 'master' into no-jemalloc-message 2024-06-29 04:34:40 +02:00
Alexey Milovidov
0713b3b6c3
Merge pull request #65847 from ClickHouse/Add_azure_authentication_doc
Basic docs for azure blob storage authentication
2024-06-28 23:51:31 +00:00
Alexander Tokmakov
4748e2929f
Merge pull request #65570 from ClickHouse/keeper_az
Improve ZooKeeper load balancing
2024-06-28 22:57:20 +00:00
Smita Kulkarni
1f768f4dd7 Basic docs for azure blob storage authentication 2024-06-28 21:54:33 +02: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
Alexey Milovidov
0d29df0fba
Update prepare-ci-ami.sh 2024-06-28 16:56:34 +02:00
Antonio Andelic
8f9beffc65 No jemalloc profiler for non-Linux 2024-06-28 16:04:45 +02: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
kssenii
3ad17f5854 Fix test 00429_http_long_bufferization.sh 2024-06-28 13:11:35 +02: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