Commit Graph

103238 Commits

Author SHA1 Message Date
jinjunzh
47c3508337 fixed build issues for QPL 0.3.0 2022-12-07 16:41:12 -05:00
Han Fei
7a3dcd196e
Update src/Storages/MergeTree/EphemeralLockInZooKeeper.cpp
Co-authored-by: alesapin <alesapin@gmail.com>
2022-12-07 22:30:03 +01:00
Han Fei
6d6bcd9ba2
Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp
Co-authored-by: alesapin <alesapin@gmail.com>
2022-12-07 22:28:55 +01:00
Robert Schulze
c3effce3da
Merge branch 'master' into cleanup-isdeterministic 2022-12-07 22:28:49 +01:00
Mikhail f. Shiryaev
e1584c5d3a
Provide sha512 hashsums for tgz artifacts 2022-12-07 21:44:19 +01:00
Joanna Hulboj
b6015a5c02 Improve handling of dubious numbers: 0x and 0b 2022-12-07 20:42:47 +00:00
serxa
b357652c4b fix stateless tests 2022-12-07 20:40:58 +00:00
serxa
6428b8a1bb check one more case in test 2022-12-07 20:36:04 +00:00
Alexey Milovidov
9c81fd7afc
Merge pull request #43517 from ClickHouse/password-reset-message
Move password reset message from client to server
2022-12-07 23:26:58 +03:00
serxa
05788245dd add test 2022-12-07 20:16:10 +00:00
Boris Kuschel
853da17f76 Fix merge, default value 2022-12-07 13:22:46 -05:00
Boris Kuschel
44f395b4f4 Fix tab 2022-12-07 13:22:46 -05:00
Boris Kuschel
b7698dc609 Fix style issues 2022-12-07 13:22:46 -05:00
Boris Kuschel
f03f95044e OpenSSL code changes 2022-12-07 13:22:46 -05:00
Boris Kuschel
623f23f55d OpenSSL cmake changes 2022-12-07 13:22:46 -05:00
Boris Kuschel
6591e804c5 Add cmake support for openssl 2022-12-07 13:22:46 -05:00
Boris Kuschel
daab1fde8f Add OpenSSL submodule 2022-12-07 13:22:46 -05:00
Anton Popov
8c95308a08 fix table function s3Cluster 2022-12-07 17:00:10 +00:00
Vladimir C
e7a5fd9236
fix 2022-12-07 17:38:31 +01:00
vdimir
4b50e5c15e
fix 2022-12-07 16:27:01 +00:00
serxa
db50ce0634 refactoring 2022-12-07 16:08:33 +00:00
Ivan Blinkov
2c098cbcf7
[docs] link to GitHub from the install page 2022-12-07 18:15:59 +03:00
vdimir
127373ab06
Set proper keys order for StorageJoin 2022-12-07 15:04:31 +00:00
Vladimir C
f4bc44f729
Merge pull request #43963 from ClickHouse/vdimir/storage_join_right_assert 2022-12-07 15:57:50 +01:00
Robert Schulze
4abc36774e
Some cleanup of isDeterministic(InScopeOfQuery)()
In cases where the implementation simply repeates the implementation
inherited from the base class, it can be omitted.
2022-12-07 14:34:31 +00:00
Joanna Hulboj
c5296db521 Addressed PR comments 2022-12-07 14:23:01 +00:00
kssenii
ab8acfb8b2 Fix 2022-12-07 15:03:12 +01:00
Azat Khuzhin
a8faf196c4
Add --max-consecutive-errors for clickhouse-benchmark (#43344)
* Align Benchmark::Benchmark()

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>

* Add --max-consecutive-errors for clickhouse-benchmark

Unlike --continue_on_errors, it will not leave the benchmark forever if
server is unavailable.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
2022-12-07 14:51:16 +01:00
Sema Checherinda
6aa0b2a847 make 01172_transaction_counters.sql stable 2022-12-07 14:29:34 +01:00
Antonio Andelic
6d41abf2c7 Fix clang-tidy error 2022-12-07 13:22:01 +00:00
serxa
9ccfda73ae fixes after review 2022-12-07 13:07:28 +00:00
Joanna Hulboj
05eb2af4e7 StyleCheck fix (cpp) 2022-12-07 12:50:51 +00:00
Joanna Hulboj
77fe02480f Revert "Prepend _ to literals starting with a digit"
This reverts commit 719f1482193c93aaba65ef179b8b58bea69c15cb.
2022-12-07 12:50:51 +00:00
Joanna Hulboj
158a213d34 Bring back literals starting with a digit 2022-12-07 12:50:51 +00:00
Joanna Hulboj
c21e728bc6 Prepend _ to literals starting with a digit 2022-12-07 12:50:51 +00:00
Joanna Hulboj
5bb9f851e0 Support numeric literals with underscores 2022-12-07 12:50:51 +00:00
Kruglov Pavel
d4cd53ccea
Merge pull request #43602 from lzydmxy/fix_bug_in_copier
Ensure consistency when copier update `status` and `attach_is_done`
2022-12-07 13:47:56 +01:00
Kruglov Pavel
d042664f54
Remove logging from TimerDescriptor 2022-12-07 13:33:29 +01:00
Kruglov Pavel
1197d3fbe3
Remove test logging of signal "EINTR" 2022-12-07 13:32:43 +01:00
Antonio Andelic
e1a6a1182e
Throw when port already in use (#43984) 2022-12-07 13:27:49 +01:00
Antonio Andelic
41e8426f27 Small fixes 2022-12-07 11:59:55 +00:00
李扬
c297f9d22a
Merge branch 'master' into improve_concat 2022-12-07 19:59:01 +08:00
Antonio Andelic
b89dff3b45 Add tests 2022-12-07 11:47:38 +00:00
Antonio Andelic
23c040d359 Finish optimize_if_transform_strings_to_enum 2022-12-07 11:44:46 +00:00
Antonio Andelic
ec17e28a29 Add classes for new pass 2022-12-07 11:44:46 +00:00
Robert Schulze
98a11e2ebd
Temporarily disable misc-* due to being too slow 2022-12-07 11:43:47 +00:00
Robert Schulze
4122bd853d
Sort checks 2022-12-07 11:43:46 +00:00
Robert Schulze
39b34b09c1
Add comment about dictionary syntax for configuration 2022-12-07 11:43:44 +00:00
Robert Schulze
8eb4e22d80
Prefer recent clang-tidy over old-ish system clang-tidy 2022-12-07 11:43:42 +00:00
kssenii
3725cf4aa7 Better 2022-12-07 11:26:32 +01:00