Commit Graph

152778 Commits

Author SHA1 Message Date
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
taiyang-li
5b3ca6b2b9 allow unsligned arrays in arrayZip 2024-08-28 22:14:43 +08:00
Rodrigo Garcia
3314042278
Link to CASE changed after explicit anchor removed 2024-08-28 16:14:31 +02:00
Mikhail Artemenko
7f613563e1 initial impl for cp/mv 2024-08-28 13:39:29 +00:00
János Benjamin Antal
f109c141b0 Add safety check 2024-08-28 13:30:41 +00:00
János Benjamin Antal
f76e6ecdaf Make check more specific 2024-08-28 13:30:25 +00:00
János Benjamin Antal
0d463b839e Remove unused parser 2024-08-28 13:29:41 +00:00
Han Fei
a842994af1 fix false leak detect in libfiu 2024-08-28 15:21:49 +02:00
János Benjamin Antal
a0fa693f0b Add safety assertion 2024-08-28 13:20:58 +00:00
Nikita Mikhaylov
47f0b9fbed
Merge pull request #68994 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
2024-08-28 13:20:15 +00:00
János Benjamin Antal
3c6b2a48c3 Prevent specifying properties in MODIFY COLUMN queries when using REMOVE/RESET SETTING/MODIFY SETTING 2024-08-28 13:05:43 +00:00
Tuan Pham Anh
2c6563ee69 Fix test in tests/integration/test_materialized_mysql_database/materialized_with_ddl.py 2024-08-28 12:37:28 +00:00
shiyer7474
d218b04fba Fix test_role & test_keeper_s3_snapshot 2024-08-28 11:52:51 +00:00
Kruglov Pavel
e7d63b5f79
Merge pull request #68953 from Avogar/fix-dynamic-unitialized-value
Don't use serializations cache in const Dynamic column methods
2024-08-28 11:39:00 +00:00
Kruglov Pavel
b1e7c067c9
Merge pull request #68955 from Avogar/fix-json-type-parsing-null-as-default
Fix JSON type parsing with nulls as defaults
2024-08-28 11:38:49 +00:00
vdimir
d6af09ea27
Merge pull request #68878 from ClickHouse/vdimir/faster_00653_verification_monotonic_data_load
Speedup test 00653_verification_monotonic_data_load
2024-08-28 11:12:17 +00:00
vdimir
31a376953d
Merge pull request #68644 from linkwk7/fix_full_text_with_multi_col
Fix wrong row id when using full text index with multi column
2024-08-28 11:11:37 +00:00
alesapin
d3e8ed9f4d
Merge pull request #68983 from ClickHouse/hhhh
Actually fix false "Killed by signal (output files)" in stress_tests.lib
2024-08-28 10:53:05 +00:00