Sema Checherinda
|
2a62ec2655
|
add comment to ping the CI
|
2024-03-07 13:09:26 +01:00 |
|
Sema Checherinda
|
62f9a00da8
|
shuffle resolved IPs
|
2024-03-07 13:09:26 +01:00 |
|
Kruglov Pavel
|
1b7d0f19a9
|
Merge pull request #60384 from bigo-sg/opt_multiif_decimal
Execute multiIf function columnarly when result_type's underlying type is number
|
2024-03-07 12:54:53 +01:00 |
|
vdimir
|
7983f883e5
|
Merge pull request #60926 from ClickHouse/vdimir/hashed_dictinary_load_fix
Fix possible stuck on error in HashedDictionaryParallelLoader
|
2024-03-07 12:37:33 +01:00 |
|
Dmitry Novik
|
71dc34074b
|
Merge pull request #60386 from ClickHouse/imp-analyzer-mask
Analyzer - improve hiding secret arguments.
|
2024-03-07 12:01:48 +01:00 |
|
János Benjamin Antal
|
6e58161fe6
|
Merge pull request #60534 from kashwy/Fix_max_query_size_for_kql_compound_operator
Fix_max_query_size_for_kql_compound_operator:
|
2024-03-07 10:32:19 +01:00 |
|
JackyWoo
|
9e7894d8cb
|
Reduce the number of read rows from system.numbers (#60546)
* Fix read more data for system.numbers
* Fix tests
|
2024-03-07 09:38:07 +01:00 |
|
Antonio Andelic
|
29a49f8a7a
|
Merge pull request #60922 from ClickHouse/zookeeper-retry-always-throw
Throw on query timeout in ZooKeeperRetries
|
2024-03-07 08:25:28 +01:00 |
|
Kseniia Sumarokova
|
0d67d9c79d
|
Merge pull request #60165 from ClickHouse/fix-for-local-object-storage
Allow local/azure as object storage type instead of local_blob_storage/azure_blob_storage
|
2024-03-07 14:42:44 +08:00 |
|
Nikita Taranov
|
4f6b1d0e7d
|
Merge pull request #60885 from nickitat/async_inserts_small_tweaks
Small changes in async inserts code
|
2024-03-06 23:03:50 +01:00 |
|
Igor Nikonov
|
a3c22f9ace
|
Merge pull request #60675 from ClickHouse/use-minmax-indices-always-first
Always apply first minmax index among available skip indices
|
2024-03-06 21:25:49 +01:00 |
|
Nikita Taranov
|
f4fd4e6510
|
Merge pull request #60745 from jrdi/insert-select-deduplication-bug-reproducer
Fix insert-select + insert_deduplication_token bug by setting streams to 1
|
2024-03-06 21:02:30 +01:00 |
|
Michael Kolupaev
|
fb1a684d98
|
Fix race in PageCache (#60878)
* Fix race in PageCache
* Transportation security administration
* Fix test flakiness, remove accidentally left over debug logging
|
2024-03-06 08:46:15 -08:00 |
|
Sema Checherinda
|
bae34f4cd2
|
Merge pull request #59495 from ClickHouse/chesema-remove-objects-capability
generate key for clickhouse_remove_objects_capability
|
2024-03-06 17:45:32 +01:00 |
|
Sema Checherinda
|
8ac2ef6608
|
Merge pull request #57575 from ClickHouse/chesema-drop-zk-table-node
drop keeper dir with zero copy locks
|
2024-03-06 17:43:35 +01:00 |
|
vdimir
|
56b6810122
|
Merge pull request #60641 from ClickHouse/vdimir/analyzer/comute_alias_columns
Resubmit "Analyzer: compute ALIAS columns right after reading"
|
2024-03-06 16:52:16 +01:00 |
|
Igor Nikonov
|
d64abe2449
|
Merge remote-tracking branch 'origin/master' into use-minmax-indices-always-first
|
2024-03-06 13:51:55 +00:00 |
|
Kruglov Pavel
|
d37d0ecb15
|
Merge pull request #60795 from Avogar/format-detection
Support files without format extension in Filesystem database
|
2024-03-06 14:31:52 +01:00 |
|
Yarik Briukhovetskyi
|
2eb7fa297b
|
Merge pull request #60763 from zvonand/zvonand-fix-toStartOf
Fix toStartOfInterval
|
2024-03-06 13:55:21 +01:00 |
|
vdimir
|
7e908711d0
|
Respect max_execution_time for dictionary reloading time
|
2024-03-06 12:54:39 +00:00 |
|
Antonio Andelic
|
381c075391
|
Throw on query timeout
|
2024-03-06 13:19:40 +01:00 |
|
vdimir
|
70750cb108
|
Fix possible stuck on error in HashedDictionaryParallelLoader
|
2024-03-06 12:04:57 +00:00 |
|
vdimir
|
083a251951
|
Fixes for HashedArrayDictionary
|
2024-03-06 12:04:13 +00:00 |
|
Raúl Marín
|
7989e9dc70
|
Merge pull request #60810 from Algunenano/compression_clone
Add missing clone calls related to compression
|
2024-03-06 12:01:39 +01:00 |
|
Dmitry Novik
|
b675268a9b
|
Merge pull request #60770 from ClickHouse/analyzer-settings-check
Fix crash with different allow_experimental_analyzer value in subqueries
|
2024-03-06 11:00:01 +01:00 |
|
Antonio Andelic
|
b337c8f32f
|
Merge pull request #60898 from ClickHouse/revert-60514-show-index-sorting
Revert "Fix wacky primary key sorting in `SHOW INDEX`"
|
2024-03-06 09:19:19 +01:00 |
|
Antonio Andelic
|
e0fa26ece3
|
Merge pull request #60806 from Brokenice0415/add-leadership-expiry-setting
Support `leadership_expiry_ms` in Keeper's settings
|
2024-03-06 09:05:50 +01:00 |
|
Antonio Andelic
|
655f9cb195
|
Revert "Fix wacky primary key sorting in SHOW INDEX "
|
2024-03-06 08:57:20 +01:00 |
|
Nikolai Kochetov
|
b040eadaa1
|
Merge pull request #60510 from ClickHouse/refactor-system-one-block
Refactor StorageSystemOneBlock
|
2024-03-06 08:55:50 +01:00 |
|
Antonio Andelic
|
a39c00aab5
|
Merge pull request #60849 from ClickHouse/avoid-stackoverflow-s3
Remove recursion when reading from S3
|
2024-03-06 08:51:43 +01:00 |
|
李扬
|
e4b78e7dac
|
fix bugs
|
2024-03-06 15:10:45 +08:00 |
|
jsc0218
|
9a99780d2c
|
Merge pull request #59698 from bigo-sg/opt_column_filter
Reduce peak memory while executing filter
|
2024-03-05 20:36:46 -05:00 |
|
Alexey Milovidov
|
456157939c
|
Merge pull request #60823 from azat/thread-fuzzer
Faster (almost 2x) mutexes (was slower due to ThreadFuzzer)
|
2024-03-06 00:07:50 +03:00 |
|
Robert Schulze
|
9ace8a4a40
|
Merge pull request #60521 from rschu1ze/clang-tidy-hdr
Enforce clang-tidy in `programs/` and `utils/` headers
|
2024-03-05 21:01:27 +01:00 |
|
Robert Schulze
|
8735c40ab2
|
Merge pull request #60514 from rschu1ze/show-index-sorting
Fix wacky primary key sorting in `SHOW INDEX`
|
2024-03-05 20:59:11 +01:00 |
|
Nikita Taranov
|
4f6cb21d51
|
set priority when scheduling task in thread pool
|
2024-03-05 19:45:25 +01:00 |
|
Raúl Marín
|
e1851987d8
|
Make tidy happy
|
2024-03-05 19:35:39 +01:00 |
|
Sema Checherinda
|
8b2bd2125b
|
no warnings at drop
|
2024-03-05 19:06:09 +01:00 |
|
vdimir
|
a8eeb899e3
|
Merge pull request #58278 from liuneng1994/optimize-all-join
Lazy build join output to improve performance of ALL join
|
2024-03-05 16:35:27 +01:00 |
|
Yakov Olkhovskiy
|
34f01c4a02
|
Merge branch 'master' into imp-analyzer-mask
|
2024-03-05 15:30:34 +00:00 |
|
Raúl Marín
|
56e0dd0ab0
|
More fixes
|
2024-03-05 15:35:06 +01:00 |
|
Nikolai Kochetov
|
97f955fcde
|
Fix sanitizers
|
2024-03-05 14:10:46 +00:00 |
|
Jordi Villar
|
b4e90e5121
|
Address PR comments
|
2024-03-05 14:46:55 +01:00 |
|
Dmitry Novik
|
248c93ed2d
|
Change error code
|
2024-03-05 14:37:16 +01:00 |
|
Raúl Marín
|
06409a8aa3
|
Merge remote-tracking branch 'blessed/master' into compression_clone
|
2024-03-05 14:03:41 +01:00 |
|
Sema Checherinda
|
6e085c713f
|
generate key for clickhouse_remove_objects_capability
|
2024-03-05 14:02:43 +01:00 |
|
Yarik Briukhovetskyi
|
d93dd98b66
|
Merge pull request #60672 from yariks5s/fix_int_div_decimal_with_datetime
Fix `intDiv` for decimal and date arguments
|
2024-03-05 13:41:08 +01:00 |
|
Nikolai Kochetov
|
86ad80839a
|
Merge pull request #60515 from ClickHouse/cleanup-lazy-format-always
PullingAsyncPipelineExecutor cleanup
|
2024-03-05 13:12:07 +01:00 |
|
vdimir
|
6f3e9b6de2
|
Merge branch 'master' into vdimir/analyzer/comute_alias_columns
|
2024-03-05 13:08:58 +01:00 |
|
Brokenice0415
|
3058e59950
|
update notices
|
2024-03-05 20:06:39 +08:00 |
|