Commit Graph

151182 Commits

Author SHA1 Message Date
Nikolai Kochetov
b8055eb346 Fixing test. 2024-08-15 17:03:14 +00:00
Max K.
eda1cf585c
Merge pull request #68402 from ClickHouse/ci_auto_releases_again
CI: Auto release workflow
2024-08-15 16:25:08 +00:00
Kseniia Sumarokova
f7d31d151e
Merge pull request #68353 from ClickHouse/add-try-reserve-failure-reason-to-log
Add debug info for `00180_no_seek_avoiding_when_reading_from_cache`
2024-08-15 16:24:25 +00:00
Kseniia Sumarokova
5e15b036e7
Merge pull request #68406 from ClickHouse/add-test-for-59118
Add a test for #59118
2024-08-15 16:10:25 +00:00
avogar
65493ccf12 Remove unused error code 2024-08-15 15:57:21 +00:00
avogar
7f0406a726 Remove JSONEmpty function and allow JSON in empty function 2024-08-15 15:53:09 +00:00
János Benjamin Antal
a32d8f6c95
Merge pull request #68233 from ClickHouse/try-unflaky-test_shards_distributed
Try to unflaky `test_storage_s3_queue/test.py::test_shards_distributed`
2024-08-15 15:29:18 +00:00
János Benjamin Antal
9ab067e055
Merge pull request #68265 from azat/tests/01600_parts_states_metrics_long
tests: make 01600_parts_states_metrics_long better
2024-08-15 15:27:16 +00:00
János Benjamin Antal
4ac90f0cbf
Merge pull request #68386 from ClickHouse/revert-68163-backups-processes
Revert "[RFC] Fix settings/current_database in system.processes for async BACKUP/RESTORE"
2024-08-15 15:23:49 +00:00
Nikolai Kochetov
4548957f5a Add default status to not-prepared processors. 2024-08-15 15:07:07 +00:00
jsc0218
ee4b1eaaed
Merge pull request #68411 from jsc0218/DocForLWDProj
Add Doc for LWD and Projection
2024-08-15 14:43:59 +00:00
Nikolai Kochetov
fc5a19949f
Merge pull request #68291 from ClickHouse/add-cancelletion-reason-to-pipeline-executor
Add execution status to PipelineExecutor.
2024-08-15 14:31:26 +00:00
Max Kainov
bdd0e01545 CI: Auto release workflow 2024-08-15 15:58:56 +02:00
jsc0218
fb037bcc72 move to mergetree setting and add more info 2024-08-15 13:48:43 +00:00
Anton Popov
9fec833d95 fix test 03221_mutation_analyzer_skip_part 2024-08-15 13:42:57 +00:00
Kruglov Pavel
1870f05207
Merge branch 'master' into json-data-type 2024-08-15 14:52:41 +02:00
Robert Schulze
47ed2204bd
Follow-up to ClickHouse#63898 2024-08-15 12:43:38 +00:00
Robert Schulze
3af92fc652
Reduce number of changed tests 2024-08-15 12:40:52 +00:00
Robert Schulze
c8e1852969
Revert "Follow-up to #63898, pt. II"
This reverts commit e2e9ae776d.
2024-08-15 12:40:27 +00:00
kssenii
657bbce23f Add a test 2024-08-15 14:38:20 +02:00
Robert Schulze
7acf74437f
Fix spelling 2024-08-15 12:29:59 +00:00
Han Fei
03bfb1562b fix overflow 2024-08-15 14:26:01 +02:00
Robert Schulze
275de04b8f
Merge pull request #68188 from rschu1ze/fix-tests_storage_mysql.test_mysql_distributed
Fix non-deterministic result order in `test_storage_mysql.test_mysql_distributed`
2024-08-15 12:11:40 +00:00
kssenii
7e006f6581 Update delta lake test 2024-08-15 14:09:48 +02:00
Kruglov Pavel
16a5724045
Merge pull request #67794 from bigo-sg/opt_orc_string
Trivial optimize on ORC/Parquet string reading
2024-08-15 12:07:56 +00:00
Kseniia Sumarokova
65cbe94d54
Update DeltaLakeMetadata.cpp 2024-08-15 14:05:33 +02:00
Nikita Taranov
418c3fa658
Merge pull request #63677 from KevinyhZou/improve_hash_join_by_reduce_vector_emplace
Improve all join performance by append `RowRefList` or `RowRef` to AddedColumns for lazy output
2024-08-15 12:04:36 +00:00
avogar
50a8cee0c5 Update docs 2024-08-15 11:39:04 +00:00
avogar
0a10f0ceb3 Update tests 2024-08-15 11:27:12 +00:00
avogar
8db2c65595 Merge branch 'master' of github.com:ClickHouse/ClickHouse into better-datetime-inference 2024-08-15 11:24:14 +00:00
Robert Schulze
38a2b0dcc7
Allow Array(Float64) as type of underlying column 2024-08-15 10:47:55 +00:00
Robert Schulze
b9548504d9
Cosmetics 2024-08-15 10:47:55 +00:00
Robert Schulze
d4bbe2e9f0
Add tests for non-default quantization 2024-08-15 10:47:55 +00:00
Robert Schulze
6739320bdc
Don't call 'validate' ('make' calls it under the hood already) 2024-08-15 10:47:55 +00:00
Robert Schulze
ebe9f6de99
Enable fp16, don't enable simsimd 2024-08-15 10:47:54 +00:00
Anton Popov
a552747082 Merge remote-tracking branch 'upstream/master' into HEAD 2024-08-15 10:42:23 +00:00
Igor Nikonov
880954ea58
Merge branch 'master' into pr-lost-decimal-conversion 2024-08-15 12:28:39 +02:00
Konstantin Bogdanov
014c1650f8
Merge pull request #68326 from canhld94/fix_sync_replica_format
Fix missing sync replica mode in query `SYSTEM SYNC REPLICA`
2024-08-15 10:01:21 +00:00
avogar
bea8e65f4f Fix tests 2024-08-15 09:48:28 +00:00
Han Fei
9f6e472b0c process regexp flags correctly 2024-08-15 11:47:41 +02:00
János Benjamin Antal
d18b6c63d4 Change name of default azurite container to avoid clashing with azure blob storage tests 2024-08-15 09:41:03 +00:00
János Benjamin Antal
3af8ba2deb
Revert "[RFC] Fix settings/current_database in system.processes for async BACKUP/RESTORE" 2024-08-15 11:21:20 +02:00
kssenii
8950491fa5 Fix unit test build 2024-08-15 11:18:15 +02:00
Kseniia Sumarokova
172d379a83
Merge pull request #68356 from ClickHouse/fix-scheduler-data-race
Fix data race in `DynamicResourceManager::updateConfiguration`
2024-08-15 09:07:19 +00:00
avogar
0bb076a4d3 Improve schema inference of date times 2024-08-15 08:08:00 +00:00
avogar
fed37d24f0 Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-15 08:02:15 +00:00
Yakov Olkhovskiy
f0845eeacb
Merge pull request #68262 from bigo-sg/fix_68162
Fix crash in lag/lead
2024-08-15 06:58:18 +00:00
Alexey Milovidov
e6c03886f0 Add a test for #57324 2024-08-15 03:55:12 +02:00
Alexey Milovidov
fe99b8583f Merge branch 'fix-test-replace-current-query' of github.com:ClickHouse/ClickHouse into fix-test-replace-current-query 2024-08-15 03:26:12 +02:00
Alexey Milovidov
852354281b Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-test-replace-current-query 2024-08-15 03:25:56 +02:00