Commit Graph

155784 Commits

Author SHA1 Message Date
Antonio Andelic
39685473e3
Merge pull request #70175 from ClickHouse/debug-perf
Fix performance checks
2024-10-02 17:41:01 +00:00
flynn
da900368c1 try fix test
Fix style
2024-10-02 17:23:50 +00:00
Michael Kolupaev
1df357aab0 Merge remote-tracking branch 'origin/master' into mvrere 2024-10-02 16:57:22 +00:00
Raúl Marín
461bcb563b Old analyzer had a different behaviour for WITH CUBE 2024-10-02 18:36:09 +02:00
Michael Kolupaev
091f9cb711 Merge remote-tracking branch 'origin/master' into maxmap 2024-10-02 16:34:50 +00:00
avogar
3cd9793dba Fix builds and comments 2024-10-02 16:25:34 +00:00
Mikhail f. Shiryaev
d81115b3b2
Use common functions, fix flaky tests 2024-10-02 17:53:16 +02:00
Mikhail f. Shiryaev
3b2ced501a
Slight typing improvements, add {replace,reset}_zookeeper_config 2024-10-02 17:50:25 +02:00
Mikhail f. Shiryaev
cfb340212e
Fix two simple flaky tests 2024-10-02 17:50:25 +02:00
Mikhail f. Shiryaev
f285e9b4c5
Add cluster.wait_zookeeper_nodes_to_start
Both wait_zookeeper_secure_to_start and wait_zookeeper_to_start are the
same, and users creating wait_zookeeper_nodes_to_start here and there.
2024-10-02 17:50:23 +02:00
kssenii
4c82e8b3b0 Fix LocalObjectStorage 2024-10-02 17:43:43 +02:00
Alexander Tokmakov
6d729078dd
Merge pull request #69586 from ClickHouse/fix_flaky_check
Make a test ready for flaky check
2024-10-02 15:43:13 +00:00
kssenii
45cff0443c Add blocker inside runner as well because it is thread_local 2024-10-02 17:26:50 +02:00
avogar
278c88b580 Merge branch 'master' of github.com:ClickHouse/ClickHouse into default-implementation-for-dynamic 2024-10-02 15:21:45 +00:00
Peter
51cd0f0e3c
Improve toIPv4OrNull function usage 2024-10-02 23:07:09 +08:00
Shichao
816a5a5b21
Merge pull request #70219 from peter279k/add_to_typename_usage
Improve toTypeName function usage
2024-10-02 14:46:52 +00:00
vdimir
2038c8cd2e
Split AggregateFunctionWindowFunnelData for stric_once completely 2024-10-02 14:32:27 +00:00
Antonio Andelic
80b355007e Merge branch 'master' into debug-perf 2024-10-02 16:28:41 +02:00
Mikhail f. Shiryaev
ba069d9664
Add a little bit of typing, fix logging 2024-10-02 16:21:00 +02:00
Anton Popov
e389858f2c
Merge pull request #69875 from CurtizJ/perf-missing-defaults
Better performance of parsing with a lot of missing values
2024-10-02 14:18:06 +00:00
Yarik Briukhovetskyi
3198aafac5
Merge pull request #69755 from marco-vb/marco-vb/setting-stop-insert-on-full-disk
Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert
2024-10-02 14:06:02 +00:00
flynn
d2d972e71b fix 2024-10-02 13:53:24 +00:00
flynn
3566ccbb8d Fix use-of-uinitialized-value 2024-10-02 13:45:50 +00:00
vdimir
154046ae49
more specialization for strict_once
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-10-02 13:20:09 +00:00
Shichao
df353123cc
Merge pull request #70221 from peter279k/improve_ipv4_or_default_usage
Improve toIPv4OrDefault function usage
2024-10-02 13:17:31 +00:00
Shichao
f7933f2dfc
Merge pull request #70220 from peter279k/improve_to_iso_year_usage
Improve toISOYear function usage
2024-10-02 13:17:02 +00:00
Antonio Andelic
e980e24c45 Keeper improvement: less blocking during cluster changes 2024-10-02 15:12:47 +02:00
Mikhail f. Shiryaev
45475a16ee
Distribute tests by batched jobs more equally 2024-10-02 14:52:24 +02:00
Mikhail f. Shiryaev
97a647ce0c
Sort pylint disables 2024-10-02 14:52:16 +02:00
Raúl Marín
937348ec75
Merge pull request #69780 from Algunenano/readAndMerge
Remove unused buggy code
2024-10-02 12:38:24 +00:00
vdimir
c04d3be424
windowFunnel: strict_once do not affect perfomane of other modes
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-10-02 11:59:09 +00:00
flynn
b777f1c73d fix 2024-10-02 11:56:22 +00:00
flynn
ddbce1063c
Update tests/integration/test_storage_iceberg/test.py
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-10-02 19:53:08 +08:00
Nikolai Kochetov
8c93480f0c Fixing test. 2024-10-02 11:52:30 +00:00
Kseniia Sumarokova
89d4ab65e6
Merge pull request #70255 from peter279k/improve_current_database_usage
Improve currentDatabase function usage
2024-10-02 11:51:46 +00:00
Robert Schulze
9766e8649c
Refactor CMake build descriptions 2024-10-02 11:47:22 +00:00
Robert Schulze
50c137767a
Bump usearch to v2.15.2 and SimSIMD to v5.0.0 2024-10-02 11:46:24 +00:00
Antonio Andelic
d9f15cb062 Fix 2024-10-02 13:44:24 +02:00
Mikhail f. Shiryaev
4ed0abcb13
Add ClickhouseIntegrationTestsRunner.repo_path 2024-10-02 13:44:14 +02:00
flynn
15bc3df2c3 fix style 2024-10-02 11:37:02 +00:00
kssenii
0c00272d3f Fix tests 2024-10-02 13:34:25 +02:00
Mikhail f. Shiryaev
6474019a84
Merge pull request #70146 from ClickHouse/upgrade-integration-runner
Upgrade integration-runner image
2024-10-02 11:19:33 +00:00
flynn
7900c37335 style 2024-10-02 11:18:41 +00:00
flynn
3332d59584 Support reading iceberg tables on HDFS 2024-10-02 11:15:16 +00:00
Raúl Marín
4421b8938e Make clang-tidy happier and the code cleaner 2024-10-02 13:12:56 +02:00
Antonio Andelic
9349b1674c Always use new binary 2024-10-02 13:05:40 +02:00
alesapin
ca2b6aeb26
Update src/Storages/MergeTree/checkDataPart.cpp 2024-10-02 12:30:42 +02:00
Raúl Marín
fedc26c4c5
Merge pull request #70254 from ClickHouse/docs-async-insert
[Docs] Correct async_insert_use_adaptive_busy_timeout
2024-10-02 10:09:43 +00:00
Pablo Marcos
6f40b98fb9 Make the test fail in release with prior LOGICAL_ERROR included 2024-10-02 09:51:56 +00:00
Pavel Kruglov
321980f650
Merge pull request #70218 from Avogar/respect-simdjson-setting
Respect setting allow_simdjson in JSON type parser
2024-10-02 09:48:42 +00:00