Maksim Kita
5f009e99f6
Updated implementation
2023-11-14 21:26:16 +03:00
Maksim Kita
1562e24232
Fixed tests
2023-11-14 21:25:50 +03:00
Maksim Kita
3104939cff
Updated tests
2023-11-14 21:25:50 +03:00
Maksim Kita
d24eb8bebd
Analyzer remove unused projection columns
2023-11-14 21:25:50 +03:00
Kruglov Pavel
79ed0f8a21
Update analyzer_tech_debt.txt
2023-11-14 19:21:56 +01:00
Antonio Andelic
03c3e96859
Small test changes
2023-11-14 17:35:17 +00:00
Yarik Briukhovetskyi
d2aaac686d
Update 02908_Npy_files_caching.reference
2023-11-14 18:32:37 +01:00
yariks5s
80dffe5823
fixed null due to review
2023-11-14 15:55:46 +00:00
Robert Schulze
e8eb425ff8
Try to fix new calamities with cross-compilation
2023-11-14 15:13:37 +00:00
Sema Checherinda
b9cc1580e0
Merge pull request #56367 from canhld94/ch_table_reinit_new_disk
...
Adding new disk to storage configuration without restart
2023-11-14 15:54:22 +01:00
Igor Nikonov
ecef6db1fe
Fix: RabbitMQ OpenSSL dynamic loading issue ( #56703 )
...
* Fix: RabbitMQ OpenSSL dynamic loading issue
* Update RabbitMQ
* Fix minor glitch with TLS_client_method()
00f09897ce
---------
Co-authored-by: Robert Schulze <robert@clickhouse.com>
2023-11-14 15:36:50 +01:00
Antonio Andelic
41045cfe82
Merge branch 'master' into disable-compress-logs-default
2023-11-14 14:35:52 +00:00
Robert Schulze
bd52e9833e
Try to fix stateful test
2023-11-14 14:33:20 +00:00
Antonio Andelic
8a63e924a3
Merge pull request #56670 from ClickHouse/more-reliable-log-handling-keeper
...
More reliable log handling in Keeper
2023-11-14 14:39:29 +01:00
yariks5s
9ce9dc86d3
fixed due to review
2023-11-14 13:27:32 +00:00
yariks5s
22a9f71393
fixed due to review
2023-11-14 13:15:14 +00:00
Nikolai Kochetov
3096edf3ef
Merge pull request #50857 from ClickHouse/fix-analyzer-mv-scalars
...
Fix analyzer - insertion from select with subquery referencing insertion table should process only insertion block.
2023-11-14 13:58:38 +01:00
Nikolai Kochetov
823b913f1a
Merge pull request #56595 from ClickHouse/fix-02554_fix_grouping_sets_predicate_push_down-analyzer
...
Fix 02554_fix_grouping_sets_predicate_push_down with analyzer.
2023-11-14 13:56:18 +01:00
robot-clickhouse
cc3dfafd7b
Automatic style fix
2023-11-14 13:07:45 +01:00
Konstantin Bogdanov
5bb4eb2383
Fix
2023-11-14 13:07:44 +01:00
Konstantin Bogdanov
2fddc17642
Add test
2023-11-14 13:07:38 +01:00
Kseniia Sumarokova
905b75b853
Merge pull request #56541 from ClickHouse/cache-config-improvement
...
Cache configuration improvement
2023-11-14 13:03:34 +01:00
Mikhail Koviazin
dfdd1a761e
Move mutex from Context to SensitiveDataMasker
2023-11-14 14:03:28 +02:00
Mikhail Koviazin
9e1357dd7e
Update query_masking_rules
when reloading the config
...
Fixes #56449
2023-11-14 14:03:28 +02:00
Robert Schulze
cf7f155ce9
Bump gRPC to v1.55.4 and protobuf to v22.5
2023-11-14 12:01:37 +00:00
avogar
ae05f4f604
Fix use_structure_from_insertion_table_in_table_functions with new Analyzer
2023-11-14 11:45:10 +00:00
Kruglov Pavel
8e88bf1348
Revert "Revert "Add a setting max_execution_time_leaf to limit the execution time on shard for distributed query""
2023-11-14 11:40:48 +00:00
Raúl Marín
e67edb5488
Merge pull request #56597 from Algunenano/readd_sleep_message
...
Add "FunctionSleep exception message fix" again
2023-11-14 12:30:12 +01:00
vdimir
11b8395fe7
Address review comments
2023-11-14 11:07:27 +00:00
Alexey Milovidov
ac9f01079a
Merge pull request #56722 from ClickHouse/remove-orphan-headers
...
Remove orphan header files
2023-11-14 12:03:10 +01:00
Robert Schulze
daa60acb19
Bug: #56673
2023-11-14 11:03:00 +00:00
vdimir
3b73780bf6
Calculate sets from (array) joined actions
2023-11-14 10:35:43 +00:00
Robert Schulze
afb5c3e810
Some fixups (mostly for consistency)
...
- Made the exception texts consistent accross codecs
- Slightly less noisy comments in C++ code
- Remove unlikely() because it did not make a difference considering the
total function costs
- Consolidated tests into existing test, delete leftover
02869_gcd_codec_test_incorrect_type test (it was consolidated into
02872_gcd_codec long time ago)
2023-11-14 10:29:20 +00:00
Nikita Mikhaylov
40df5b8a74
Update CompressionCodecGCD.cpp
2023-11-14 10:28:28 +00:00
Nikita Mikhaylov
a80f8082db
Update CompressionCodecGCD.cpp
2023-11-14 10:28:25 +00:00
Nikita Mikhaylov
71f4f7519b
Update CompressionCodecGCD.cpp
2023-11-14 10:28:21 +00:00
Nikita Mikhaylov
6811d80338
Better
2023-11-14 10:28:19 +00:00
Nikita Mikhaylov
a7f8171d3e
Update CompressionCodecGCD.cpp
2023-11-14 10:28:15 +00:00
Nikita Mikhaylov
0ae79f6d18
Fix crash
2023-11-14 10:28:12 +00:00
Robert Schulze
2931bbfe62
Merge pull request #56665 from rschu1ze/refactor-ast-hash-calculation
...
Small refactoring of AST hash calculation (follow-up to #56545 )
2023-11-14 11:24:30 +01:00
Mikhail f. Shiryaev
6bd44ae595
Merge pull request #56689 from ClickHouse/performance-no-submodules
...
Do not fetch submodules during preparation performance archive
2023-11-14 10:57:55 +01:00
Antonio Andelic
2f505786e2
Merge branch 'more-reliable-log-handling-keeper' into disable-compress-logs-default
2023-11-14 09:46:19 +00:00
Antonio Andelic
1ab7e5693d
Add unit test
2023-11-14 09:43:09 +00:00
Alexander Gololobov
80ca41f18d
Merge pull request #56420 from ClickHouse/system_replicas_with_many_tables
...
Optimizations for system.replicas with many tables
2023-11-14 10:23:48 +01:00
Antonio Andelic
3f5ccabba6
Don't append different log types in same file
2023-11-14 09:07:42 +00:00
Antonio Andelic
5849e06595
Fix
2023-11-14 09:07:17 +00:00
Antonio Andelic
8d27920987
Merge branch 'master' into more-reliable-log-handling-keeper
2023-11-14 08:38:07 +00:00
Alexey Milovidov
e32f6e5556
Merge branch 'master' into remove-orphan-headers
2023-11-14 09:23:19 +01:00
Alexey Milovidov
5f4ab3ad91
Merge pull request #56721 from ClickHouse/less-cmake-checks
...
Less CMake checks
2023-11-14 09:22:44 +01:00
Alexey Milovidov
a456b624a8
Merge pull request #56720 from ClickHouse/light-autogenerated-file
...
Light autogenerated file
2023-11-14 09:22:09 +01:00