Kruglov Pavel
|
faf6d49f1b
|
Merge pull request #48356 from Avogar/fix-protobuf-abort
Avoid abort in protobuf library in debug build
|
2023-04-05 18:26:59 +02:00 |
|
Kruglov Pavel
|
9331c6c260
|
Merge pull request #48122 from Avogar/bson-more-types
Support Enum output/input in BSONEachRow, allow all map key types and avoid extra calculations
|
2023-04-05 18:26:19 +02:00 |
|
Nikolai Kochetov
|
48caf26b63
|
Merge pull request #48231 from ClickHouse/fix-possible-pipeline-stuck-on-partial-query-result
Do not partially cancel processors added from expand pipeline.
|
2023-04-05 18:25:42 +02:00 |
|
Nikolai Kochetov
|
ab87cf7ff7
|
Merge branch 'master' into fix-possible-pipeline-stuck-on-partial-query-result
|
2023-04-05 18:25:09 +02:00 |
|
avogar
|
1be6bceb2f
|
Generate valid Decimals and Bools in generateRandom function
|
2023-04-05 16:23:06 +00:00 |
|
Vitaly Baranov
|
82373890e5
|
Merge branch 'master' into fix-forgotten-showsecrets-in-semi-copy-ctor
|
2023-04-05 18:17:33 +02:00 |
|
Antonio Andelic
|
0260b84bc3
|
Update only affected rows in KV storage
|
2023-04-05 16:12:14 +00:00 |
|
Raúl Marín
|
5d9e006c46
|
PR comments
|
2023-04-05 18:04:03 +02:00 |
|
Antonio Andelic
|
7975df538e
|
Don't replicate KeeperMap DELETE and TRUNCATE
|
2023-04-05 15:28:35 +00:00 |
|
Nikita Mikhaylov
|
3f44c6d936
|
Better
|
2023-04-05 15:19:45 +00:00 |
|
Alexey Milovidov
|
5477d67acd
|
Merge branch 'master' into disable-compile-aggregations
|
2023-04-05 18:17:17 +03:00 |
|
Alexey Milovidov
|
15222fe196
|
Update 02703_jit_external_aggregation.sh
|
2023-04-05 18:17:02 +03:00 |
|
kssenii
|
62244ee57d
|
Fix test
|
2023-04-05 17:14:41 +02:00 |
|
DanRoscigno
|
1ea49371e6
|
lost a word
|
2023-04-05 10:53:36 -04:00 |
|
Vitaly Baranov
|
862a4d6fcd
|
Merge pull request #48142 from DimasKovas/json_functions_to_h_file
Move FunctionsJSON implementation to header file
|
2023-04-05 16:52:48 +02:00 |
|
DanRoscigno
|
4876cac958
|
add docs for UNDROP TABLE
|
2023-04-05 10:49:03 -04:00 |
|
Raúl Marín
|
d65d00f496
|
Don't check dependencies when renaming system tables automatically
|
2023-04-05 16:15:24 +02:00 |
|
vdimir
|
d9abcf2f69
|
Reduce scope storage_policies_mutex in setTemporaryStoragePolicy
|
2023-04-05 13:42:49 +00:00 |
|
vdimir
|
01ce3baf0f
|
Rename Context::getTemporaryVolume to getGlobalTemporaryVolume
|
2023-04-05 13:42:13 +00:00 |
|
Alexander Tokmakov
|
d7879c16e4
|
Merge pull request #48417 from ClickHouse/fix-test-keeper-snapshots
Fix flaky `test_keeper_snapshots`
|
2023-04-05 16:19:20 +03:00 |
|
vdimir
|
6f3fa33641
|
Add unbound flag to system.filesystem_cache
|
2023-04-05 13:12:20 +00:00 |
|
Alexander Tokmakov
|
0e0e89d596
|
fix
|
2023-04-05 15:10:09 +02:00 |
|
Robert Schulze
|
62608f74d3
|
Merge pull request #48396 from ClickHouse/rs/clang-tidy-cleanup
Cleanup mess in .clang-tidy
|
2023-04-05 14:39:28 +02:00 |
|
Alexander Tokmakov
|
3b5ed9242c
|
Merge pull request #48391 from azat/fix-sync-replica-stuck
Fix possible SYSTEM SYNC REPLICA stuck in case of DROP/REPLACE PARTITION
|
2023-04-05 15:20:46 +03:00 |
|
Robert Schulze
|
949f7c1839
|
Fix darwin build
|
2023-04-05 12:07:22 +00:00 |
|
Kruglov Pavel
|
bd318950b3
|
Fix special build
|
2023-04-05 13:35:12 +02:00 |
|
Nikita Mikhaylov
|
7b526d3df9
|
Always communicate with local replica through loopback interface for parallel replicas (#48246)
|
2023-04-05 13:32:46 +02:00 |
|
avogar
|
9d3790a4c8
|
Fix tests
|
2023-04-05 11:27:38 +00:00 |
|
Robert Schulze
|
1be81db885
|
Fix build, pt. II
|
2023-04-05 11:23:09 +00:00 |
|
Sema Checherinda
|
f504cd5fed
|
avoid race, do not set thread_group.counters.parent from query
|
2023-04-05 12:36:55 +02:00 |
|
Igor Nikonov
|
f6c46153fb
|
Rename old_*_columns to input_*_columns
|
2023-04-05 10:22:26 +00:00 |
|
Igor Nikonov
|
47e7e19ca9
|
Move suffix generation code into one function
|
2023-04-05 10:12:42 +00:00 |
|
vdimir
|
bae1286b63
|
Update temp_data_on_disk in shared context
|
2023-04-05 10:07:44 +00:00 |
|
Kruglov Pavel
|
8bd997d680
|
Update docs/en/interfaces/formats.md
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
|
2023-04-05 11:57:41 +02:00 |
|
Kruglov Pavel
|
96a3307bda
|
Merge branch 'master' into fix-protobuf-abort
|
2023-04-05 11:57:18 +02:00 |
|
Kruglov Pavel
|
8d6b709f1a
|
Merge pull request #48257 from Avogar/capnp-more-types
Support more types in CapnProto format, allow integer conversions
|
2023-04-05 11:56:46 +02:00 |
|
avogar
|
f46f098c78
|
Better
|
2023-04-05 09:55:49 +00:00 |
|
Vladimir C
|
1f22fca3c3
|
Merge pull request #46428 from bigo-sg/quantile_gk
|
2023-04-05 11:25:48 +02:00 |
|
vdimir
|
7fe06f8435
|
Do not take lock for shared context in setTempDataOnDisk
|
2023-04-05 09:22:09 +00:00 |
|
Raúl Marín
|
2276d4feb4
|
Backups have no context and no process list element
|
2023-04-05 11:19:04 +02:00 |
|
Antonio Andelic
|
f7586e38ed
|
Fix flaky test_keeper_snapshots
|
2023-04-05 08:56:01 +00:00 |
|
Azat Khuzhin
|
4008155a6e
|
Add max_ prefix for backup_bandwidth settings
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-05 10:54:25 +02:00 |
|
Robert Schulze
|
0a71656ee6
|
Fix build
|
2023-04-05 08:45:59 +00:00 |
|
Azat Khuzhin
|
8f06972dc5
|
Set index granularity settings for other two lightweight delete tests
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-05 10:35:11 +02:00 |
|
Azat Khuzhin
|
7f1569dd6e
|
Fix 02352_lightweight_delete flakiness (due to index granularity randomization)
CI: https://s3.amazonaws.com/clickhouse-test-reports/48242/c8da660d96bea153fa0c1dc8fbdb4a560e139a56/stateless_tests__debug__[4/5].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-05 10:35:11 +02:00 |
|
Robert Schulze
|
598b050628
|
AST Fuzzer: Fix assertion in TopK serialization
Problem:
https://s3.amazonaws.com/clickhouse-test-reports/0/fa5b2bd4a5b02336bca8837c473a7124f8ecedf2/fuzzer_astfuzzerasan/report.html
The new assertion in the Varint code was introduced with (*). It rejects
values whose serialization cannot be deserialized (and this behavior
cannot be changed due to historical reasons). Such values should be
exceptionally rare in practice but AST fuzzer managers to trigger them.
The fix is similar to (**): Bypass the check by limiting the value to
the maximum allowed value.
(if AST fuzzer triggers finds more violations of the assertion, we might
consider throwing an exception instead)
(*) https://github.com/ClickHouse/ClickHouse/pull/48154
(**) https://github.com/ClickHouse/ClickHouse/pull/48154/files#diff-653c0a18dfdaa86262c78dc6b25550add0487f165b4ad053e86f530388f6203a
|
2023-04-05 08:07:37 +00:00 |
|
Antonio Andelic
|
e428ed5543
|
Merge pull request #48384 from ClickHouse/less-flaky-keeper-test
Fix flaky `test_keeper_mntr_data_size`
|
2023-04-05 09:59:28 +02:00 |
|
Azat Khuzhin
|
f0f58de79c
|
Remove throttler for IDisk::copyFile()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-05 09:41:27 +02:00 |
|
Azat Khuzhin
|
dd9f0f409b
|
Remove knowledge about throttling from IBackupWriter::supportNativeCopy()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-05 09:40:19 +02:00 |
|
Azat Khuzhin
|
c8597fbb9a
|
Do not throttle S3-S3 backups if native copy is possible
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-05 09:40:18 +02:00 |
|