Commit Graph

141825 Commits

Author SHA1 Message Date
Azat Khuzhin
42246791f0 utils/c++expr: allow to change build directory
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-16 13:13:59 +02:00
Daniil Ivanik
9b09550176
Merge pull request #62259 from divanik/divanik/fix_archieve_support_in_s3
Add support of reading from archives in S3
2024-05-16 10:41:33 +00:00
Raúl Marín
7a9aeecb56
Merge pull request #63483 from Algunenano/async_insert_query_log_populate
Insert QueryFinish on AsyncInsertFlush with no data
2024-05-16 10:36:59 +00:00
Alexander Gololobov
2e2c95a2b5
Merge pull request #63838 from ClickHouse/davenger-patch-1
fix typo
2024-05-16 10:05:47 +00:00
Raúl Marín
ad5403a034
Merge pull request #63429 from Algunenano/micro_analyzer
Micro-optimizations for the new analyzer
2024-05-16 09:01:56 +00:00
Mikhail f. Shiryaev
4809c39523
Merge pull request #63813 from ClickHouse/keeper-cluster-doc
Improve documentation for from_env and from_zk
2024-05-16 08:57:53 +00:00
vdimir
c38841211d
Merge pull request #63819 from kitaisreal/join-filter-push-down-equivalent-columns-fix
JOIN filter push down equivalent columns fix
2024-05-16 08:24:36 +00:00
vdimir
0482ce0c04
Merge pull request #63860 from ClickHouse/vdimir/remove_debug_logging
Remove unnecessary logging statements in MergeJoinTransform.cpp
2024-05-16 08:23:50 +00:00
Alexey Katsman
60000b9eec
Merge pull request #63909 from alexkats/fix-test
Fix logs test for binary data by converting it to a valid UTF8 string.
2024-05-16 08:01:41 +00:00
Antonio Andelic
4b44df59db
Merge pull request #63814 from ClickHouse/fix-deadlock-parallel-read-buffer
Fix deadlock in `ParallelReadBuffer`
2024-05-16 06:49:55 +00:00
Antonio Andelic
4c3e36f8be
Merge pull request #63829 from ClickHouse/fix-allocation-not-allowed
Allow allocation during job destructor in `ThreadPool`
2024-05-16 06:49:03 +00:00
Alexey Milovidov
3553fdeab4
Merge pull request #63874 from ClickHouse/Avogar-patch-3
Fix some settings values in 02455_one_row_from_csv_memory_usage test to make it less flaky
2024-05-16 02:37:51 +00:00
alesapin
7aeeaabf3d
Merge pull request #63839 from ClickHouse/disable_intel_qpl_coe
Disable `test_non_default_compression/test.py::test_preconfigured_deflateqpl_codec` on arm
2024-05-15 19:43:58 +00:00
Alex Katsman
5dbc1f347e Fix logs test for binary data by converting it to a valid UTF8 string. 2024-05-15 19:37:42 +00:00
Max K
6b6f8334c5
Merge pull request #63867 from ClickHouse/disable_arm_integration_test_cases_with_libunwind_crash
CI: disable ARM integration test cases with libunwind crash
2024-05-15 18:31:41 +00:00
Raúl Marín
2165cc318d More helpful optimizations found by clang-tidy 2024-05-15 20:26:51 +02:00
Raúl Marín
d8a2328e9e Merge remote-tracking branch 'blessed/master' into async_insert_query_log_populate 2024-05-15 20:17:09 +02:00
Kruglov Pavel
8d1977718b
Fix some settings values in 02455_one_row_from_csv_memory_usage test to make it less flaky 2024-05-15 20:00:34 +02:00
Alexander Sapin
8f5c8fdb27 Proper fix 2024-05-15 19:14:32 +02:00
Maksim Kita
bcd154a7c7 Fixed tests 2024-05-15 20:09:29 +03:00
alesapin
dc9edaf6af
Merge pull request #63832 from ClickHouse/fix_disk_types_for_arm
Fix `test_disk_types` for aarch64
2024-05-15 17:02:31 +00:00
alesapin
2d3bd654f0
Merge pull request #63789 from ClickHouse/fix_catboost_test
Fix `test_catboost_evaluate` for aarch64
2024-05-15 17:01:51 +00:00
alesapin
beebebbe0c
Merge pull request #63836 from ClickHouse/fix_test_backward_compatibility_arm
Fix `test_short_strings_aggregation` for arm
2024-05-15 17:00:11 +00:00
robot-clickhouse
d0c7e8c44f Automatic style fix 2024-05-15 16:43:16 +00:00
Alexander Tokmakov
b17bfb16cd
Merge pull request #63695 from ClickHouse/flaten-nested-is-broken-with-replicated-database
flatten_nested is broken with replicated database.
2024-05-15 16:34:03 +00:00
Max K
c1da3a4726 CI: disable ARM integration test cases with libunwind crash" 2024-05-15 18:33:58 +02:00
vdimir
80f39c44d3
Remove unnecessary logging statements in MergeJoinTransform.cpp 2024-05-15 15:15:15 +00:00
Alexey Milovidov
4ee342c9c3
Merge pull request #63810 from ClickHouse/trailing-comma-in-values
Allow trailing commas in the `Values` format
2024-05-15 14:55:00 +00:00
Alexey Milovidov
5242bf67c4
Merge pull request #63804 from ClickHouse/regexp-better-usability
Improve usability of the `Regexp` format
2024-05-15 14:48:32 +00:00
Alexey Milovidov
12eee94bfa
Merge pull request #63801 from ClickHouse/make-token-iterator-lazy-as-it-should-be
Make `TokenIterator` lazy as it should be
2024-05-15 14:46:41 +00:00
Alexey Milovidov
90ddb47dac
Merge pull request #63802 from ClickHouse/fix-binary-symbols
Follow-up for the `binary_symbols` table in CI
2024-05-15 14:44:26 +00:00
Alexey Milovidov
af0e185d51
Merge pull request #63803 from ClickHouse/trailing-comma-insert
Allow trailing commas in the columns list in INSERT query
2024-05-15 17:27:46 +02:00
Nikita Mikhaylov
330af1c37a
Merge pull request #63806 from jkartseva/add-endpoint-subpath-to-plain-rw
Add `endpoint_subpath` S3 URI setting
2024-05-15 13:50:43 +00:00
Nikita Mikhaylov
8ec20e5e40
Merge pull request #63786 from ClickHouse/keywords-suggestion
Fix suggestions loading for old version of ClickHouse server
2024-05-15 13:49:57 +00:00
Nikolai Kochetov
c83322525b
Merge pull request #63753 from ClickHouse/support-cast-from-empty-array-to-map-nothing
Allow cast from Array(Nothing) to Map(Nothing, Nothing)
2024-05-15 13:38:54 +00:00
vdimir
bcd1c4fd28
Merge pull request #63755 from ClickHouse/vdimir/pmj_join_non_procssed_clash
Fix ILLEGAL_COLUMN in partial_merge join
2024-05-15 12:46:30 +00:00
Alexander Gololobov
6b6374feb8
fix typo 2024-05-15 14:38:10 +02:00
Alexander Sapin
0d00f73a1f Disable test for specialed intel codec on arm 2024-05-15 14:37:38 +02:00
Alexander Sapin
e17646f68e Fix test_short_strings_aggregation for arm 2024-05-15 14:27:35 +02:00
robot-clickhouse
fb65c168a7 Automatic style fix 2024-05-15 11:54:56 +00:00
Alexander Sapin
a9f724e10a Remove empty files 2024-05-15 13:52:53 +02:00
Alexander Sapin
a3283e0cb3 Fix test_disk_types for aarch64 2024-05-15 13:46:19 +02:00
Igor Nikonov
7a929963f1
Merge pull request #63776 from ClickHouse/fix-redundant-distinct-with-window
Fix: remove redundant distinct with window functions
2024-05-15 11:37:48 +00:00
Yarik Briukhovetskyi
00c886133d
Merge pull request #63516 from zhongyuankai/group_array_limit_size
Add server setting `aggregate_function_group_array_has_limit_size`
2024-05-15 11:05:24 +00:00
Yarik Briukhovetskyi
1041af2be8
Merge pull request #63783 from yariks5s/update_settings_history
Changed the previous value of `output_format_pretty_preserve_border_for_multiline_string` setting
2024-05-15 11:01:38 +00:00
Alexander Sapin
45b1f4fe8f Merge branch 'fix_catboost_test' of github.com:ClickHouse/ClickHouse into fix_catboost_test 2024-05-15 12:45:16 +02:00
Alexander Sapin
2a6962c78c Merge remote-tracking branch 'origin/master' into fix_catboost_test 2024-05-15 12:44:44 +02:00
Kseniia Sumarokova
cd90655fa5
Merge pull request #63638 from ClickHouse/account-failed-files-in-ttl-and-files-limit-for-s3queue
S3Queue: account failed files in tracked_file_ttl_sec and traked_files_limit
2024-05-15 10:29:24 +00:00
Antonio Andelic
d4b3581792 Allow allocation during job data destructor call 2024-05-15 12:08:16 +02:00
Maksim Kita
28ee7244ce JOIN filter push down equivalent columns fix 2024-05-15 12:51:34 +03:00