Antonio Andelic
|
1533909162
|
Fix flaky 02122_parallel_formatting_Template
|
2024-03-20 13:22:30 +01:00 |
|
Dmitry Novik
|
200b500ecf
|
Enable experimental analyzer by default
|
2024-03-20 13:12:58 +01:00 |
|
Raúl Marín
|
007775c982
|
Better fuzzer logs
|
2024-03-20 13:09:26 +01:00 |
|
Raúl Marín
|
a1c08b256a
|
Merge pull request #61539 from Algunenano/arrayPartialReverseSort
Fix crash in arrayPartialReverseSort
|
2024-03-20 12:37:32 +01:00 |
|
Raúl Marín
|
ce27f4cd57
|
Merge pull request #61468 from Algunenano/disable_adaptative
Disable async_insert_use_adaptive_busy_timeout correctly with compatibility settings
|
2024-03-20 12:34:26 +01:00 |
|
Nikolai Kochetov
|
35a2bda527
|
Merge pull request #61603 from ClickHouse/remove-some-analyzer-test-from-debt
Remove some tests from analyzer_tech_debt
|
2024-03-20 12:33:54 +01:00 |
|
Mikhail f. Shiryaev
|
463b90e058
|
Add test for --no-secure
|
2024-03-20 12:33:49 +01:00 |
|
Mikhail f. Shiryaev
|
55f7595c43
|
Test -s argument for clickhouse-client
|
2024-03-20 12:33:48 +01:00 |
|
Mikhail f. Shiryaev
|
5c1a54f643
|
Fix clickhouse-client -s argument
|
2024-03-20 12:33:45 +01:00 |
|
Raúl Marín
|
6c7be89c61
|
Merge pull request #61100 from Algunenano/experiment_int128
30x faster printing for 256-bit integers
|
2024-03-20 12:32:26 +01:00 |
|
vdimir
|
25bae3e0a5
|
Verbose error medssage about analyzer_compatibility_join_using_top_level_identifier
|
2024-03-20 10:58:43 +00:00 |
|
Mikhail f. Shiryaev
|
661161695f
|
Merge pull request #61592 from ClickHouse/improve-builds-downloader
Improve build_download_helper
|
2024-03-20 11:56:06 +01:00 |
|
divanik
|
8ec2dd31c7
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/generate_series_function
|
2024-03-20 10:54:51 +00:00 |
|
Robert Schulze
|
80e195a41a
|
Merge pull request #60928 from rschu1ze/dotProduct-memcpy
Less copying and a correctness fix for `dotProduct`
|
2024-03-20 11:03:54 +01:00 |
|
Dmitry Novik
|
7be13140fd
|
Merge branch 'master' into remove-some-analyzer-test-from-debt
|
2024-03-20 11:00:14 +01:00 |
|
vdimir
|
7ba425a76d
|
Merge pull request #60182 from ClickHouse/vdimir/analyzer/join_using_parent_scope
Analyzer: support join using column from select list
|
2024-03-20 10:59:31 +01:00 |
|
Robert Schulze
|
2c0612c425
|
Empty-Commit
|
2024-03-20 09:54:49 +00:00 |
|
vdimir
|
9a43f7941b
|
Merge pull request #61456 from kitaisreal/temporary-data-use-temporary-files-codec-setting
Temporary data use temporary_files_codec setting
|
2024-03-20 10:54:17 +01:00 |
|
Kseniia Sumarokova
|
05516112ca
|
Merge pull request #61537 from ClickHouse/s3queue-disallow-sharded-processing
Disallow s3queue sharded mode
|
2024-03-20 10:53:51 +01:00 |
|
alesapin
|
cc732aa379
|
Merge pull request #61361 from ClickHouse/small_improvement_for_replication_lib
Tiny improvement for replication.lib
|
2024-03-20 10:52:24 +01:00 |
|
Dmitry Novik
|
10bf164aa7
|
Cleanup #ci_set_analyzer
|
2024-03-20 10:47:15 +01:00 |
|
Mikhail f. Shiryaev
|
6550b6f227
|
Merge pull request #61607 from ClickHouse/fix-configs-bugfix
Fix configs for upgrade and bugfix
|
2024-03-20 10:44:43 +01:00 |
|
Mikhail f. Shiryaev
|
b8867d74d8
|
Merge pull request #61602 from ClickHouse/fix-01244_optimize_distributed_group_by_sharding_key
Fix 01244_optimize_distributed_group_by_sharding_key by ordering output
|
2024-03-20 10:41:05 +01:00 |
|
Robert Schulze
|
939f4b6db0
|
Merge remote-tracking branch 'rschu1ze/master' into dotProduct-memcpy
|
2024-03-20 09:20:31 +00:00 |
|
Nikolai Kochetov
|
134215e3c3
|
Merge pull request #61550 from ClickHouse/fix-01083_expressions_in_engine_arguments-analyzer
Fixing 01584_distributed_buffer_cannot_find_column with analyzer.
|
2024-03-20 09:01:29 +01:00 |
|
Antonio Andelic
|
2312eb886f
|
Fix part log for async insert with deduplication
|
2024-03-20 08:53:26 +01:00 |
|
Antonio Andelic
|
95afcf18c0
|
Merge pull request #61568 from ClickHouse/fix-async_insert_dedup-with-token
Fix `02481_async_insert_dedup_token`
|
2024-03-20 08:24:45 +01:00 |
|
nemonlou
|
96e90438e0
|
fix clang-tiny
|
2024-03-20 14:25:16 +08:00 |
|
Alexey Milovidov
|
7b7e260585
|
Merge remote-tracking branch 'origin/master' into generic-clickhouse-local-fuzzer
|
2024-03-20 01:28:28 +01:00 |
|
Alexey Milovidov
|
c63a5566dc
|
Add a test
|
2024-03-20 01:25:46 +01:00 |
|
Alexey Milovidov
|
d3a91e5a5b
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-error-in-client
|
2024-03-20 01:17:43 +01:00 |
|
Alexey Milovidov
|
cfab620f49
|
Fix bad code
|
2024-03-20 01:11:53 +01:00 |
|
kssenii
|
6eb488fe51
|
Ping CI
|
2024-03-19 23:29:09 +01:00 |
|
Alexey Milovidov
|
82b18670a2
|
Fix error
|
2024-03-19 22:31:26 +01:00 |
|
Nikita Taranov
|
13ff65474a
|
impl
|
2024-03-19 21:09:03 +00:00 |
|
Vitaly Baranov
|
2f4b9b3a5b
|
Add few notes and a debug check.
|
2024-03-19 22:07:13 +01:00 |
|
Alexander Tokmakov
|
02d5c4625f
|
Merge branch 'master' into fix_rdb_active
|
2024-03-19 21:09:07 +01:00 |
|
Alexey Milovidov
|
99a81c848e
|
Merge pull request #60659 from azat/rmt-part_log-fix
Fix missed entries in system.part_log in case of fetch preferred over merges/mutations
|
2024-03-19 22:52:05 +03:00 |
|
Alexey Milovidov
|
a996155e83
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-regexp-recompilation-in-parser
|
2024-03-19 19:56:11 +01:00 |
|
Alexey Milovidov
|
b561560c99
|
Remove it from remaining places
|
2024-03-19 19:55:59 +01:00 |
|
Dmitry Novik
|
221b74c77f
|
Fix #ci_set_analyzer
|
2024-03-19 19:44:15 +01:00 |
|
Raúl Marín
|
73d601d231
|
Add test for #61600
|
2024-03-19 19:11:32 +01:00 |
|
Nikolai Kochetov
|
bc03d42576
|
Merge pull request #61394 from evillique/fix-test
Fix `test_failed_async_inserts`
|
2024-03-19 19:06:00 +01:00 |
|
Raúl Marín
|
d568380800
|
Add test for #59796
|
2024-03-19 19:03:35 +01:00 |
|
vdimir
|
b19540f5b6
|
Fix style tests/integration/test_temporary_data_in_cache/test.py
|
2024-03-19 19:03:20 +01:00 |
|
Dmitry Novik
|
302179c81d
|
Merge remote-tracking branch 'origin/master' into analyzer-distr-json
|
2024-03-19 18:56:04 +01:00 |
|
Raúl Marín
|
e954f68482
|
Add test for #60772
|
2024-03-19 18:51:09 +01:00 |
|
Raúl Marín
|
f60b5f3cb7
|
Add test for #60317
|
2024-03-19 18:45:07 +01:00 |
|
Maksim Kita
|
764c72b6c9
|
Fixed code review issues
|
2024-03-19 20:41:39 +03:00 |
|
robot-clickhouse-ci-1
|
b6cc44bd3b
|
Merge pull request #61054 from peter279k/add_tw_weather_dataset
Add another example dataset for presenting usage
|
2024-03-19 18:21:32 +01:00 |
|