Commit Graph

103011 Commits

Author SHA1 Message Date
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
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
李扬
c297f9d22a
Merge branch 'master' into improve_concat 2022-12-07 19:59:01 +08: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
kssenii
88523ef0b6 Fix 2022-12-07 11:22:48 +01:00
Alfonso Martinez
8bddf1c638 Merge branch 'fix-race-condition-between-inserts-and-dropping-mvs' of github.com:AlfVII/ClickHouse into fix-race-condition-between-inserts-and-dropping-mvs 2022-12-07 09:38:33 +01:00
Alfonso Martinez
91780e08b1 checked out contrib from master 2022-12-07 09:38:22 +01:00
Robert Schulze
8e07e37fe7
Update FunctionsBinaryRepresentation.cpp 2022-12-07 09:38:03 +01:00
Alfonso Martinez
a6a37f21a4 Merge remote-tracking branch 'upstream/master' into fix-race-condition-between-inserts-and-dropping-mvs 2022-12-07 09:36:47 +01:00
AlfVII
57923f025b
Merge branch 'master' into fix-race-condition-between-inserts-and-dropping-mvs 2022-12-07 09:34:59 +01:00
zhanglistar
974df885e0 Rollback reserveForNextSize change 2022-12-07 10:29:00 +08:00
zhanglistar
25e607cce8
Merge branch 'master' into podopt 2022-12-07 10:24:56 +08:00
Nikolay Degterinsky
bfccdb130e
Small typo 2022-12-07 00:43:37 +01:00
Nikolay Degterinsky
57ca6ad60b
Make massages about GCC fatal 2022-12-07 00:40:41 +01:00
jinjunzh
5206816b6c Update contrib/qpl to latest v0.3.0 2022-12-06 16:10:13 -05:00
serxa
2306bd74d7 fix for ALTER TABLE ... MODIFY SETTING name=value 2022-12-06 20:46:10 +00:00
serxa
1b5b43ec87 fix checks on CREATE + added resolveSetting.h + improved system table 2022-12-06 19:09:18 +00:00
Sema Checherinda
77d2db4e81 rewrite test sql to sh, more proper adjustment for 02421_type_json_empty_parts 2022-12-06 17:12:25 +01:00
Nikolai Kochetov
52c13559bd
Merge pull request #43592 from ClickHouse/aggregating-in-order-from-query-plan
Aggregation-in-order from query plan
2022-12-06 17:11:50 +01:00
kssenii
862da8f459 Fix 2022-12-06 17:07:28 +01:00
Igor Nikonov
d2cbedb58f
Merge pull request #43827 from bigo-sg/constexpr
Add constexpr
2022-12-06 16:38:25 +01:00
Nikolai Kochetov
0ed82f3cc0
Merge branch 'master' into aggregating-in-order-from-query-plan 2022-12-06 16:36:49 +01:00
Yakov Olkhovskiy
031d2802d0
Merge pull request #43642 from HarryLeeIBM/hlee-s390x-bloom-filter
Fix endian issue in bloom filter serialization for s390x
2022-12-06 08:23:44 -05:00
Sema Checherinda
654abc01f2
Merge pull request #43866 from CheSema/logical-error-race-tmp-dirs
do not leave tmp part on disk, do not go to the keeper for remove it
2022-12-06 14:12:14 +01:00
Nikolai Kochetov
9de53389ae Review fixes. 2022-12-06 12:34:07 +00:00
vdimir
3bdce39121
Fix logical error in right storage join witn using 2022-12-06 11:46:54 +00:00
Alexander Tokmakov
ae95dfe536
Merge pull request #43847 from ClickHouse/fix_some_flaky_tests2
Hold ProcessListEntry a bit longer in case of exception from Interpreter
2022-12-06 14:42:11 +03:00
Vladimir C
9d3a54d2a0
Merge pull request #43973 from ClickHouse/vdimir/fix-typo 2022-12-06 11:25:30 +01:00
vdimir
8f05cb58f0
Fix typo in tests/ci/bugfix_validate_check.py 2022-12-06 11:13:22 +01:00
Maksim Kita
13d74b4f2f Analyzer Context refactoring 2022-12-06 10:44:38 +01:00