Commit Graph

124583 Commits

Author SHA1 Message Date
robot-ch-test-poll4
aa12fe32be
Merge pull request #54306 from ClickHouse/vdimir/join_on_system_errors_fix
Fix unexpected errors in system.errors after join
2023-09-05 22:29:05 +02:00
Roman G
eb1812cc87
Update generate.md 2023-09-05 15:55:58 -04:00
Robert Schulze
b004aa8076
Fix style 2023-09-05 19:55:11 +00:00
robot-clickhouse-ci-1
7403ee689f
Merge pull request #53877 from vitlibar/add-restore-setting-allow-broken-parts
Add restore setting "restore_broken_parts_as_detached"
2023-09-05 21:28:08 +02:00
Kruglov Pavel
de801ce563
Merge pull request #54293 from ClickHouse/pasha-returned-from-vacation
Code improvement for reading from archives
2023-09-05 21:09:09 +02:00
Joe Lynch
91f637b24a
fix python test 2023-09-05 21:03:13 +02:00
Joe Lynch
767f2472c2
Add elapsed_ns to HTTP headers X-ClickHouse-Progress and X-ClickHouse-Summary
The TCP interface progress has this field. This is not a super accurate
measure of server side query time, but trying to measure from the client
is even worse.
2023-09-05 21:03:13 +02:00
Vitaly Baranov
82b1c09150 Simplify coordination of UUIDs. 2023-09-05 20:49:43 +02:00
Alexey Milovidov
05a281b68c
Merge pull request #54254 from vitlibar/fix-wrong-realloc-in-hashed-array-dictionary
Fix wrong reallocation in HashedArrayDictionary
2023-09-05 21:40:55 +03:00
Alexey Milovidov
3e21bfc6c0
Update 02436_system_zookeeper_context.sql 2023-09-05 21:35:07 +03:00
Robert Schulze
17cb6a8e3f
SHOW COLUMNS: update docs, refresh expected results, add comment about bug 2023-09-05 18:34:33 +00:00
Alexander Tokmakov
a8489c21da fix segfault in system.zookeeper 2023-09-05 20:23:16 +02:00
Arthur Passos
46c62f4543
Lower the number of iterations in test_host_regexp_multiple_ptr_records_concurrent (#54307)
* Lower the number of iterations in test_host_regexp_multiple_ptr_records_concurrent

Suddenly, `test_host_regexp_multiple_ptr_records_concurrent` became flaky. I have looked through two reports, both of them manage to complete > 9k requests. This change lowers the iteration so the total amount of requests is 8k.

* 50 to be on super safe side
2023-09-05 20:05:12 +02:00
Robert Schulze
37cabaf993
Add docs, consolidate tests 2023-09-05 17:31:58 +00:00
Salvatore Mesoraca
058630481a
Re-throw exceptions that are not related to bool parsing errors 2023-09-05 18:37:10 +02:00
Salvatore Mesoraca
0502058732
Add tests 2023-09-05 18:37:10 +02:00
Salvatore Mesoraca
1d3e28d301
Fix unrelated format issues that clang-format complained about 2023-09-05 18:37:10 +02:00
Salvatore Mesoraca
fcff853dcf
Return Null instead of default in accurateCastOrNull for invalid IPs 2023-09-05 18:37:09 +02:00
Salvatore Mesoraca
393667dc39
accurateCastOrNull must not throw when casting arbitrary string to Bool
Fix #38585
2023-09-05 18:37:03 +02:00
Salvatore Mesoraca
3159560c6c
Fix filesystem cache test
A missing % in the query prevented it from producing
any result at all.
2023-09-05 18:24:53 +02:00
Alexey Milovidov
12ff2d7cb1
Merge pull request #52721 from azat/musl-7
Fix calculating stack size under musl for the main thread
2023-09-05 18:37:40 +03:00
priera
f155d89ffa making test fail in case of regression 2023-09-05 17:19:20 +02:00
robot-ch-test-poll
2e7edf4413
Merge pull request #53638 from arenadata/ADQM-987
Add `backup_log` system table
2023-09-05 17:03:41 +02:00
seshWCS
d416aaf346 New tests 2023-09-05 14:52:36 +00:00
flynn
182636fb23 Merge branch 'master' of github.com:ClickHouse/ClickHouse into isNull 2023-09-05 14:10:36 +00:00
vdimir
d048e09613
Fix unexpected errors in system.errors after join 2023-09-05 14:07:36 +00:00
robot-ch-test-poll
886a6e6e86
Merge pull request #54269 from bharatnc/ncb/update-tldLookup
update tldLookup data
2023-09-05 16:00:15 +02:00
robot-clickhouse
9cafdbd972
Merge pull request #54309 from evillique/better-docs
Make docs better
2023-09-05 15:58:59 +02:00
flynn
aa0c94f20c Handle Null in function isZeroOrNull 2023-09-05 13:53:15 +00:00
Robert Schulze
f4c86fe34e
Merge pull request #53860 from irenjj/feat_markdown
Add a setting to escape special characters in Markdown.
2023-09-05 15:44:11 +02:00
Igor Nikonov
3bd9118a28 Test requires parallel replicas 2023-09-05 13:35:38 +00:00
Alexander Tokmakov
c5b57e1e4c fix test 2023-09-05 15:35:18 +02:00
Mikhail f. Shiryaev
9bc8c9cc56
Merge pull request #54313 from ClickHouse/auto/v23.3.13.6-lts
Update version_date.tsv and changelogs after v23.3.13.6-lts
2023-09-05 15:20:49 +02:00
Igor Nikonov
47d572d8bc Log cluster_for_parallel_replicas on initiator 2023-09-05 13:17:10 +00:00
robot-clickhouse
3991c38765 Update version_date.tsv and changelogs after v23.3.13.6-lts 2023-09-05 13:08:25 +00:00
robot-clickhouse
2879924bee
Merge pull request #54308 from ClickHouse/pufit/doc-patch-1
Add SQL syntax highlight in projections.md
2023-09-05 14:57:36 +02:00
Alexander Tokmakov
735f543aeb
Follow-up to #54198 (#54246)
* Update run.sh

* Update run.sh
2023-09-05 14:55:41 +02:00
robot-clickhouse
8a1984ae8c
Merge pull request #54291 from ClickHouse/fix-test_keeper_disks
Fix `test_keeper_disks`
2023-09-05 14:51:44 +02:00
Nikolay Degterinsky
2db239d6ad Make docs better 2023-09-05 12:43:53 +00:00
robot-ch-test-poll2
f52c187f02
Merge pull request #54279 from ClickHouse/fix-test-02783_parsedatetimebesteffort_syslog
Fix test `02783_parsedatetimebesteffort_syslog`
2023-09-05 14:42:20 +02:00
seshWCS
dbab2f27ba Docs-fix 2023-09-05 12:40:21 +00:00
seshWCS
b0a229592f Cosmetic 2023-09-05 12:37:31 +00:00
seshWCS
4a1d67dd3c Qpl 2023-09-05 12:35:39 +00:00
seshWCS
3d078e2c8c if constexpr 2023-09-05 12:33:51 +00:00
Antonio Andelic
88930a335c Apply comments 2023-09-05 12:32:07 +00:00
seshWCS
221919f46c TUInt32Or64 => LibdivideT 2023-09-05 12:31:59 +00:00
seshWCS
6cc9830eab Cosmetic 2023-09-05 12:29:44 +00:00
pufit
2469cbbf67
Update projection.md 2023-09-05 08:28:58 -04:00
seshWCS
5a0a9ac109 Moved ctor upper 2023-09-05 12:27:55 +00:00
seshWCS
b6c80dd63e Syntax fix 2023-09-05 12:26:36 +00:00