Commit Graph

142259 Commits

Author SHA1 Message Date
Igor Nikonov
1aa5d70d2a Fix style 2024-05-28 13:03:24 +00:00
Igor Nikonov
29346f6073 Init coordinator separately 2024-05-28 12:16:18 +00:00
Igor Nikonov
5cdf8d336c Local reading step from merge tree 2024-05-27 12:22:18 +00:00
Igor Nikonov
be08ebd0f4 Fix 2024-05-24 13:01:30 +00:00
Igor Nikonov
fa8aafa942 Local plan for parallel replicas: save 2024-05-22 21:28:33 +00:00
Igor Nikonov
b47eb39d56 Merge remote-tracking branch 'origin/master' into pr-plan-rewrite 2024-05-22 12:38:44 +00:00
Kseniia Sumarokova
5f940eaa52
Merge pull request #63693 from MikhailBurdukov/truncate_for_obj_storage_disks
Enable truncate operation for object storage disks.
2024-05-22 12:09:35 +00:00
Kseniia Sumarokova
fda0b33061
Merge pull request #64117 from ClickHouse/fix-azure-multipart-upload-in-backup
Fix azure backup writing multipart blocks by 1mb (read buffer size) instead of `max_upload_part_size` (in non-native copy case)
2024-05-22 11:41:18 +00:00
Raúl Marín
26c9c156c4
Merge pull request #64204 from azat/large-FunctionsConversion
Fix special builds (due to excessive resource usage - memory/CPU)
2024-05-22 10:26:42 +00:00
vdimir
d1b026af92
Merge pull request #64036 from ClickHouse/vdimir/less_corrpted_data_error_codes
Better handling illegal user input not to throw unexpected of CORRUPTED_DATA errors
2024-05-22 10:11:18 +00:00
Nikolai Kochetov
e331a4f221
Merge pull request #64037 from ClickHouse/final-distributed-no-throw
Fix final=1 for distributed over non-mt table.
2024-05-22 09:48:33 +00:00
Azat Khuzhin
cad1f1a111 Tune cpu limit for loongarch64
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-22 07:50:45 +02:00
Azat Khuzhin
89f26b56c6 Fix stripping heavy debug symbols in functions
v2: remove resolving realpath
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-22 07:47:36 +02:00
Robert Schulze
9b9f37a4f1
Merge pull request #63849 from Blargian/document_rowNumberInXYZ
[Docs] update `rowNumberInXYZ` functions
2024-05-21 21:07:37 +00:00
Robert Schulze
cd742dd040
Fix whitespace errors 2024-05-21 20:41:20 +00:00
Robert Schulze
c10bafc094
Incorporate feedback 2024-05-21 20:39:35 +00:00
Igor Nikonov
7fc23baf63 Merge remote-tracking branch 'origin/master' into pr-plan-rewrite 2024-05-21 19:50:29 +00:00
Igor Nikonov
a7854784a0 Cleanup 2024-05-21 19:50:08 +00:00
Raúl Marín
44c4892a58
Merge pull request #64187 from azat/fix-global-profiler
Fix global query profiler
2024-05-21 19:17:47 +00:00
Kseniia Sumarokova
bedaaa38ef
Update test.py 2024-05-21 21:03:13 +02:00
Azat Khuzhin
2a29046d03 Revert "Exclude FunctionsConversion from the large objects check for now"
This reverts commit 7261f924bb.
2024-05-21 19:18:39 +02:00
kssenii
d2cdb37df8 Fix test 2024-05-21 17:59:11 +02:00
Anton Popov
0ebca16da0
Merge pull request #63997 from CurtizJ/better-optimize-projection
Slightly better setting `force_optimize_projection_name`
2024-05-21 14:37:26 +00:00
Igor Nikonov
6a30d2749c Remove debug messages 2024-05-21 14:35:19 +00:00
Raúl Marín
ec4c07d810
Merge pull request #64179 from hanfei1991/hanfei/fix-tidy
fix clang tidy
2024-05-21 14:09:40 +00:00
alesapin
e3ac5f4d12
Merge pull request #64182 from ClickHouse/fix_azure_native_copy
One attempt to fix native copy for azure
2024-05-21 13:49:47 +00:00
Antonio Andelic
ab94c884eb
Merge pull request #63587 from ClickHouse/fix-number-source
Automatically correct `max_block_size=0` to default value
2024-05-21 13:07:38 +00:00
Sergei Trifonov
afc316b779
Merge pull request #63670 from kirillgarbar/check_zk_path_exists
Prevent conversion to Replicated if zookeeper path already exists
2024-05-21 11:58:55 +00:00
alesapin
3b05f4212b Merge branch 'fix_azure_native_copy' of github.com:ClickHouse/ClickHouse into fix_azure_native_copy 2024-05-21 12:55:01 +02:00
alesapin
ef182b0356 Fix 2024-05-21 12:54:46 +02:00
Azat Khuzhin
86c77b998d Fix global query profiler
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-21 12:49:57 +02:00
Igor Nikonov
e96b0994c7 Correct setting for PRs in test 2024-05-21 10:35:51 +00:00
Igor Nikonov
a68d72814c Merge remote-tracking branch 'origin/master' into pr-plan-rewrite 2024-05-21 10:00:47 +00:00
Igor Nikonov
3a10969c30 Remove unnecessary settings from test 2024-05-21 09:59:09 +00:00
robot-clickhouse
a6dd13814c Automatic style fix 2024-05-21 09:53:32 +00:00
alesapin
0b3102576e One attempt to fix native copy for azure 2024-05-21 11:43:16 +02:00
kssenii
c1fde88e6a Better error case handling 2024-05-21 11:06:24 +02:00
Nikolai Kochetov
d1127bf119 Fix final=1 for distributed over non-mt table. 2024-05-21 08:54:11 +00:00
vdimir
4b72748b2a
Better handling illegal user input not to throw unexpected of CORRUPTED_DATA errors 2024-05-21 08:53:30 +00:00
Han Fei
a66eab2da1 fix clang tidy 2024-05-21 10:13:47 +02:00
Max K
f00f551fba
Merge pull request #64093 from ClickHouse/ci_mergeable_check_redesign
CI: mergeable check redesign
2024-05-21 08:04:50 +00:00
Robert Schulze
e9569b2ab4
Merge pull request #63856 from Blargian/document_anova
[Docs] add `analysisOfVariance` function
2024-05-21 05:51:29 +00:00
Alexey Milovidov
fa57d71e0e
Merge pull request #63684 from azat/tests/02340_parts_refcnt_mergetree
tests: attempt to fix 02340_parts_refcnt_mergetree flakiness
2024-05-21 06:05:33 +02:00
Alexey Milovidov
9597b804e4
Merge pull request #63013 from azat/dist-over-dist-interserver-secret-fix
[RFC] Fix interserver secret for Distributed over Distributed from remote()
2024-05-21 06:04:30 +02:00
Alexey Milovidov
14bff5c93b
Merge pull request #63642 from ClickHouse/dawg
Fix filter pushdown for Parquet and maybe StorageMerge
2024-05-21 05:37:05 +02:00
Alexey Milovidov
eef60d1ec6
Merge pull request #64150 from realyota/fix-backup-all-documentation
Fix backup all documentation
2024-05-21 02:27:11 +00:00
Alexey Milovidov
73310582ba
Merge pull request #64152 from ClickHouse/losen-limits-unusual-archs
Losen build resource limits for unusual architectures
2024-05-21 01:56:07 +00:00
Alexey Milovidov
77d31b520c
Merge pull request #63992 from kashwy/fix_client_abort
fix_client_abort: Resolve Client Abortion When Using KQL Table function
2024-05-21 04:34:39 +02:00
Alexey Milovidov
897796bea3
Merge pull request #64111 from rschu1ze/fix-tidy
Clean up .clang-tidy after transition to Clang 18
2024-05-21 04:31:55 +02:00
Alexey Milovidov
fb4e1cef84
Merge pull request #64108 from rschu1ze/move-isallascii
Move `isAllASCII` from UTFHelper to StringUtils
2024-05-21 04:30:39 +02:00