Commit Graph

152809 Commits

Author SHA1 Message Date
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
Samuel Warfield
2898b123c3
Update parametric-functions.md
Fix link to pattern syntax
2024-08-28 14:11:16 -06:00
Alejandro
100c560cb8 Added RealTimeMicroseconds event 2024-08-28 20:37:49 +01:00
Konstantin Bogdanov
30eca0f4a0
Lint harder 2024-08-28 20:59:23 +02:00
Konstantin Bogdanov
0815a85e2b
Lint 2024-08-28 20:59:22 +02:00
Konstantin Bogdanov
896b1726e7
Add a comment 2024-08-28 20:59:21 +02:00
Konstantin Bogdanov
0c23257aa8
Revert "Fix integration test"
This reverts commit 0f3506bf7a.
2024-08-28 20:59:20 +02:00
Konstantin Bogdanov
ab567bad13
What if I just strip quotes 2024-08-28 20:59:20 +02:00
Konstantin Bogdanov
0dacd16947
Update SettingsFields.h 2024-08-28 20:59:19 +02:00
Konstantin Bogdanov
3f9f70d27d
Revert "Fix strange trash"
This reverts commit aee9612e51.
2024-08-28 20:59:17 +02:00
Konstantin Smirnov
d6127d5f49
add ON CLUSTER 2024-08-28 22:30:12 +05:00
Yarik Briukhovetskyi
ba604301b1
Merge branch 'ClickHouse:master' into remove_integration_test_datetime 2024-08-28 19:26:56 +02:00
Tyler Hannan
d6d29d9fe6
Merge pull request #69041 from ClickHouse/tylerhannan-patch-1
Update README.md
2024-08-28 17:13:47 +00:00
Raúl Marín
e1291cdb95
Merge pull request #68930 from Algunenano/01114_database_atomic
Fix 01114_database_atomic flakiness
2024-08-28 17:10:19 +00:00
Tyler Hannan
c96eeb45f0
Update README.md
Adding more meetups
2024-08-28 18:47:52 +02:00
Konstantin Bogdanov
b6966f6c88
Use Poco 2024-08-28 18:26:26 +02:00
Yatsishin Ilya
82eae9f09f tune 2024-08-28 16:18:57 +00:00
Konstantin Bogdanov
ca13b13d81
Add CPU arch to short fault info 2024-08-28 17:54:42 +02:00
Alejandro
6b08d2b6de Update docs 2024-08-28 16:51:56 +01:00
okunev
42039331ad Support for the Spanish language in the embedded dictionaries. 2024-08-28 17:47:43 +02:00
Mikhail Artemenko
4d486f1a74 update error policy 2024-08-28 15:36:15 +00:00
Yarik Briukhovetskyi
c4d4da8480
Merge pull request #69031 from rodrigargar/docs-fix-case-operator-link
Link to CASE changed after explicit anchor removed
2024-08-28 15:29:17 +00:00
Alejandro
41a4dd7705 Rename variable 2024-08-28 16:09:23 +01:00
avogar
0aba986372 Address review comments 2024-08-28 15:06:05 +00:00
Kruglov Pavel
a1c9cc471d
Apply suggestions from code review
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-08-28 16:51:45 +02:00
Alejandro
644cfb27d6 Add RealTimeMicroseconds to HTTP Header X-ClickHouse-Summary 2024-08-28 15:34:34 +01:00