Commit Graph

148017 Commits

Author SHA1 Message Date
vdimir
77c253634a
Merge pull request #66725 from ClickHouse/vdimir/join_on_null_fix_followup
Support one more case in JOIN ON ... IS NULL
2024-07-22 10:09:57 +00:00
vdimir
255dcec501
Fix 02241_join_rocksdb_bs 2024-07-22 11:10:34 +02:00
Antonio Andelic
1be54641c1 Revert libunwind patch 2024-07-22 11:03:19 +02:00
Raúl Marín
0f32786913 Better random and queries 2024-07-22 10:46:42 +02:00
Alexey Milovidov
ac93dc7fb1
Merge pull request #66841 from ClickHouse/lighter-test-window-functions
Make test `01592_long_window_functions1` lighter
2024-07-22 07:42:49 +00:00
Robert Schulze
9d2dac90ed
Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
Alexey Milovidov
1a3559fbc3 What if I will change this test? 2024-07-22 08:47:32 +02:00
Alexey Milovidov
3d4604a64a Revert "What if I will change this test?"
This reverts commit ed02246e0c.
2024-07-22 08:47:08 +02:00
Alexey Milovidov
ed02246e0c What if I will change this test? 2024-07-22 08:46:41 +02:00
Antonio Andelic
5547ce1a91
Merge pull request #66820 from ClickHouse/realloc-small-fix
Small fix in realloc memory tracking
2024-07-22 06:34:47 +00:00
Robert Schulze
049056e55a
Fix style 2024-07-22 05:48:40 +00:00
Alexey Milovidov
ba0aa8dbcb Merge branch 'master' into fix-bad-tests-01338_long_select_and_alter-alesapin 2024-07-22 07:09:26 +02:00
Alexey Milovidov
40045c3894 Merge branch 'lighter-test-window-functions' into miscellaneous 2024-07-22 06:42:55 +02:00
Alexey Milovidov
6f9be58f09 Merge branch 'master' into miscellaneous 2024-07-22 06:42:50 +02:00
Alexey Milovidov
989476d523 Make test 01592_long_window_functions1 lighter 2024-07-22 06:41:52 +02:00
Alexey Milovidov
efb6491cfd
Update 03208_inconsistent_formatting_of_not_subquery.sh 2024-07-22 06:34:57 +02:00
Alexey Milovidov
1b606e525a Fix inconsistent formatting of NOT ((SELECT ...)) 2024-07-22 06:34:10 +02:00
Alexey Milovidov
70d6320577 Split a test for index 2024-07-22 06:08:16 +02:00
Alexey Milovidov
7643b99dc5 Split a test for index 2024-07-22 06:08:00 +02:00
Alexey Milovidov
2be21fe05c Fix RocksDB bs 2024-07-22 05:53:12 +02:00
Alexey Milovidov
5611ef0d38
Merge pull request #66819 from ClickHouse/fix-inconsistent-formatting-lambda
Fix inconsistent formatting of lambda functions inside composite types
2024-07-22 02:51:00 +00:00
Alexey Milovidov
7beff2d582
Merge pull request #66817 from ClickHouse/make-test-set_index_array-lighter
Make test `00997_set_index_array` lighter
2024-07-21 20:19:51 +00:00
Alexey Milovidov
20d4b16fc1
Update 03207_composite_expressions_lambda_consistent_formatting.sql 2024-07-21 22:19:30 +02:00
Alexey Milovidov
aafefd19c2
Merge pull request #66804 from ClickHouse/better-diagnostics-for-test-trace_events_stress
Better diagnostics for test trace_events_stress
2024-07-21 20:13:36 +00:00
Max K
dd9fe61d1a CI: New Release workflow updates and fixes 2024-07-21 21:21:39 +02:00
Robert Schulze
4b8b9b1503
Fix UB in function "age" 2024-07-21 17:25:49 +00:00
Max K.
08db9fb8f1
Merge pull request #66593 from ClickHouse/autorelease_poc
CI: POC for Auto Releases
2024-07-21 15:03:11 +00:00
Robert Schulze
f1296e5113
Merge pull request #66619 from rschu1ze/adjust-perftests
Adjust the runtime of some slow performance test
2024-07-21 14:27:31 +00:00
Max K.
7e95675f8a
Merge pull request #66822 from ClickHouse/ci_multiple_improvements
CI: BuildReport and CheckReadyForMerge impovements
2024-07-21 14:07:32 +00:00
Max K
d83428daaf fix in ci unittests 2024-07-21 14:52:33 +02:00
Max K
02bf9e4243 push pending records before await call 2024-07-21 12:53:07 +02:00
Alexey Milovidov
afed208da3
Merge pull request #66806 from savinmikhail/master
Translate playground page in ru locale to russian
2024-07-21 10:36:52 +00:00
Alexey Milovidov
5cb41147e8 Merge branch 'remove-bad-tests-azat' into fix-bad-tests-01338_long_select_and_alter-alesapin 2024-07-21 12:33:09 +02:00
Alexey Milovidov
0c2c027af6 Remove bad tests @azat 2024-07-21 12:30:20 +02:00
Alexey Milovidov
c61581ca69 Fix error 2024-07-21 12:06:53 +02:00
Vitaly Baranov
19f8e1768f Add const to cycles. 2024-07-21 11:52:10 +02:00
Max K
08353419d0 CI: Never await on BuildReport job, Skip BuildReport if no builds in workflow 2024-07-21 11:50:15 +02:00
Antonio Andelic
433ac55d13 Correctly handle failure 2024-07-21 11:41:42 +02:00
Alexey Milovidov
d3a269c61d
Merge pull request #65298 from Algunenano/low_cardinality_wtf
Fix unexpected size of low cardinality column in functions (CONSTANT action from mergeable state)
2024-07-21 09:32:21 +00:00
Alexey Milovidov
2570f2b0a3 Merge branch 'miscellaneous' of github.com:ClickHouse/ClickHouse into miscellaneous 2024-07-21 11:29:30 +02:00
Alexey Milovidov
7ed9ab2338 Remove wrong logic from InterpreterCreateQuery 2024-07-21 11:29:12 +02:00
robot-clickhouse
efd5ff9f4c Automatic style fix 2024-07-21 09:15:22 +00:00
Alexey Milovidov
a6f1c46448 Miscellaneous 2024-07-21 11:08:38 +02:00
Alexey Milovidov
7f03b18966 Fix two terrible bugs 2024-07-21 10:49:53 +02:00
Alexey Milovidov
ea83f89374 Fix inconsistent formatting of lambda functions inside composite types 2024-07-21 10:39:03 +02:00
Alexey Milovidov
5ff125e37e Miscellaneous 2024-07-21 10:32:54 +02:00
Alexey Milovidov
aaea80ba66 Merge branch 'master' into better-diagnostics-for-test-trace_events_stress 2024-07-21 09:18:23 +02:00
Alexey Milovidov
a371557f07 Make test 00997_set_index_array lighter 2024-07-21 09:06:45 +02:00
Alexey Milovidov
023cf118dc
Merge pull request #66803 from ClickHouse/fix-02950_part_log_bytes_uncompressed
Fix bad test `02950_part_log_bytes_uncompressed`
2024-07-21 06:22:02 +00:00
Alexey Milovidov
e74892bfaf
Update playground.md 2024-07-21 08:21:09 +02:00