Commit Graph

152625 Commits

Author SHA1 Message Date
liuneng
f7fda2471c fix typo 2024-08-30 14:09:31 +08:00
Shaun Struwig
4ac4806b14
Update aspell-dict.txt 2024-08-30 08:07:21 +02:00
flynn
a6fdc81bdc Merge branch 'master' of github.com:ClickHouse/ClickHouse into vector-index 2024-08-30 03:19:29 +00:00
Han Fei
8fbfc61c55
Merge pull request #69018 from hanfei1991/hanfei/fix-false-leak-in-fiu
fix false leak detect in libfiu
2024-08-30 00:31:10 +00:00
Yarik Briukhovetskyi
69c6419f6d
Merge branch 'ClickHouse:master' into sandbox_ 2024-08-30 00:58:38 +02:00
Han Fei
429905afa1 fix token 2024-08-30 00:44:03 +02:00
serxa
f5a88171a6 Fix ProgressIndication data race on cancelQuery() 2024-08-29 20:37:07 +00:00
Nikita Mikhaylov
d132a29e17
Merge pull request #69077 from ClickHouse/tylerhannan-patch-1
Update README.md
2024-08-29 20:01:24 +00:00
Han Fei
1a28621b9f fix style 2024-08-29 21:59:09 +02:00
Kirill Nikiforov
563f3a4880
Merge remote-tracking branch 'origin/master' into feat/59376 2024-08-29 23:20:13 +04:00
Kirill Nikiforov
79c01e717f
rm comment, add docs 2024-08-29 23:15:39 +04:00
avogar
25f31f9149 Fix conversion for Dynamic, add more tests 2024-08-29 18:15:05 +00:00
Han Fei
1772a877ad fix logical error in async inserts 2024-08-29 20:10:34 +02:00
Michael Kolupaev
a474a5bc7c asan timed out too (because flaky check has timeout of ~36 seconds instead of 600) 2024-08-29 17:15:39 +00:00
Tyler Hannan
93143b6116
Update README.md 2024-08-29 19:11:41 +02:00
Alexander Tokmakov
df16831cc8
Update tests/integration/test_covered_by_broken_exists/test.py 2024-08-29 18:56:37 +02:00
sakulali
aad57f438c CREATE TABLE AS copy PRIMARY KEY, ORDER BY, and similar clauses. 2024-08-30 00:16:10 +08:00
Anton Popov
a4ddca773b return back num_bytes 2024-08-29 16:03:41 +00:00
Mikhail Artemenko
1aae191b81 use db name in keeper path 2024-08-29 15:26:42 +00:00
Yarik Briukhovetskyi
a7d0a5991e
Merge pull request #69068 from AleksaC/patch-2
Fix row policy documentation grammar
2024-08-29 14:59:40 +00:00
Anton Popov
4499f20ca8 better code in AsynchronousInsertQueue 2024-08-29 14:38:59 +00:00
Alejandro
36725fb5e1 Improved comment to force CI to re-run 2024-08-29 15:05:19 +01:00
Yarik Briukhovetskyi
13311bd666
fix test 2024-08-29 16:02:06 +02:00
Anton Popov
b3dae16fd4
Merge pull request #68951 from CurtizJ/fix-subcolumns-mv
Fix materialized views with `optimize_functions_to_subcolumns`
2024-08-29 13:41:56 +00:00
Mikhail Artemenko
d8f0ce92af fix style 2024-08-29 13:28:00 +00:00
Mikhail Artemenko
f06678ee6c add test 2024-08-29 13:12:37 +00:00
Yarik Briukhovetskyi
5e8c8084cb
Merge pull request #69042 from konnectr/patch-5
RU Docs add ON CLUSTER SYSTEM SYNC REPLICA
2024-08-29 12:42:01 +00:00
Aleksa Cukovic
cd9be01c65
Fix row policy documentation grammar 2024-08-29 14:40:38 +02:00
flynn
0400dcb03e no-fastest 2024-08-29 12:34:58 +00:00
Yarik Briukhovetskyi
9e51894cff
Merge branch 'ClickHouse:master' into remove_integration_test_datetime 2024-08-29 14:22:35 +02:00
Mikhail Artemenko
e9497cdcbc use tryMulti instead of NoThrow 2024-08-29 12:20:42 +00:00
Mikhail Artemenko
8bbb78375e add try limit 2024-08-29 12:18:51 +00:00
Yarik Briukhovetskyi
97be458b58 add no-fasttest tag 2024-08-29 12:05:15 +00:00
Yarik Briukhovetskyi
34ce439043 chmod +x on test 2024-08-29 12:04:40 +00:00
János Benjamin Antal
b6a6d93152 Remove completely invalid queries from test 2024-08-29 11:28:56 +00:00
Yarik Briukhovetskyi
96a2685f91
empty commit 2024-08-29 13:24:23 +02:00
Yarik Briukhovetskyi
653b0802c0
init 2024-08-29 13:17:27 +02:00
avogar
83e75f96c8 Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-cast-or-default 2024-08-29 11:16:27 +00:00
Kruglov Pavel
d533c24321
Reduce test size 2024-08-29 13:14:43 +02:00
Alejandro
e9d806ea34 Added missing breakline 2024-08-29 12:10:18 +01:00
Nikolai Kochetov
70ae3314c6
Merge pull request #68744 from ClickHouse/fix-grouping-sets-mergine-aggregated
Fix merging of aggregated data for grouping sets.
2024-08-29 11:02:55 +00:00
flynn
d88aa3952d Disable alter table add vector similarity index if setting does not enabled 2024-08-29 10:56:26 +00:00
Alejandro
920a1b2801 Added test to validate that the value is being populated 2024-08-29 11:39:29 +01:00
baolin.hbl
7d56c8bd43 Avoid detached covered-by-broken part duplicates
Problem:
When a broken part is found during the startup, it will clone the parts which are
covered by the broken part, to the detached directory (with the 'covered-by-broken' prefix).
A part may be covered by multiple merged parts, which will result in multiple clones, which
leads to path conflicts and further attempts to clone to the try-n directory. If n exceeds 9,
the clone is abandoned and the table is marked as read-only.

pull#41981 tried fixed the problem, but the fix is incomplete. The metadata_version.txt file
is deleted during covered-by-broken clone. As a result,
looksLikeBrokenDetachedPartHasTheSameContent finds differences during part comparison.

Fix:
covered-by-broken retain metadata_version.txt file when cloning
2024-08-29 07:55:23 +00:00
Alejandro
88c99fa063 Do not depend on the response of getInfo for increasing the RealTimeMicroseconds 2024-08-29 08:43:01 +01:00
JackyWoo
a9b6c04705 Merge branch 'master' into add_statistics_minmax
# Conflicts:
#	src/Storages/Statistics/Statistics.cpp
2024-08-29 14:35:33 +08:00
Tuan Pham Anh
57ba0f0b32 format gtest_Parser.cpp 2024-08-29 00:31:33 +00:00
Alejandro
91724c29a4 Only increase if profile_counters is intialized 2024-08-28 23:26:13 +01:00
Michael Kolupaev
d390999912
Update tests/queries/0_stateless/02735_parquet_encoder.sql 2024-08-28 15:26:06 -07:00
Konstantin Bogdanov
589a63a256
Merge pull request #69037 from ClickHouse/add-system-processor-to-short-fault
Add CPU arch to short fault info
2024-08-28 20:14:17 +00:00