Peter Nguyen
|
1fc6c091e6
|
Fix bug with improperly casted array types (e.g negative casted to UInt)
|
2024-08-27 23:55:48 -06:00 |
|
Peter Nguyen
|
3153c0cf96
|
Fix bug where empty array always returned if there's any empty array as input
|
2024-08-27 21:37:08 -06:00 |
|
Peter Nguyen
|
d29f0d4c96
|
Pull out code into insertElement() function and implement arrayUnion logic
|
2024-08-27 21:29:34 -06:00 |
|
Peter Nguyen
|
1dcfaa91c2
|
Templatize FunctionArrayIntersect with new mode types
|
2024-08-21 18:45:09 -06:00 |
|
Michael Kolupaev
|
dc4281cc86
|
Merge pull request #68131 from ClickHouse/qast
Fix crash on parquet column type mismatch
|
2024-08-16 03:55:02 +00:00 |
|
Alexey Milovidov
|
c1b4bc9bb9
|
Merge pull request #68364 from ClickHouse/ge
Check that setProcessListElement() is not called on global context
|
2024-08-16 02:11:07 +00:00 |
|
Alexey Milovidov
|
a4ade2347c
|
Merge pull request #68308 from rschu1ze/enable-simsimd
Various vector similarity index related fixes
|
2024-08-16 00:41:56 +00:00 |
|
Alexey Milovidov
|
27b80b521a
|
Merge pull request #68354 from hanfei1991/hanfei/fix-key-condition
fix bug in key condition
|
2024-08-16 00:30:03 +00:00 |
|
Alexey Milovidov
|
c2a6a78ad3
|
Merge pull request #68184 from ClickHouse/fix-test-replace-current-query
Fix test `00600_replace_running_query`
|
2024-08-15 22:20:10 +00:00 |
|
Alexey Milovidov
|
e3eb8980f1
|
Merge pull request #68376 from ClickHouse/fix-57324
Add a test for #57324
|
2024-08-15 22:00:05 +00:00 |
|
Alexey Milovidov
|
3508667e6c
|
Merge pull request #52503 from ClickHouse/more-strict-tryparse
Stricter `tryParse`
|
2024-08-15 21:58:22 +00:00 |
|
Alexey Milovidov
|
535fb79404
|
Merge pull request #68426 from ClickHouse/kssenii-patch-12
Update log message
|
2024-08-15 21:56:54 +00:00 |
|
Michael Kolupaev
|
496a4c7eeb
|
Merge remote-tracking branch 'origin/master' into qast
|
2024-08-15 21:41:47 +00:00 |
|
Robert Schulze
|
b64af2812f
|
Merge pull request #68407 from rschu1ze/multiquery-followup3
Remove obsolete `--multiquery` parameter (follow-up to #63898), pt. IV
|
2024-08-15 21:06:16 +00:00 |
|
Igor Nikonov
|
fc30b53dd0
|
Merge pull request #67234 from ClickHouse/pr-lost-decimal-conversion
Fix: missing conversion in IN operator with parallel replicas
|
2024-08-15 20:51:13 +00:00 |
|
Robert Schulze
|
a22cb30a76
|
Merge pull request #67789 from bigo-sg/opt_lc_name
Keep ColumnLowCardinality::getName() the same style with other columns
|
2024-08-15 20:47:01 +00:00 |
|
Michael Kolupaev
|
e0a16450e0
|
Merge remote-tracking branch 'origin/master' into ge
|
2024-08-15 20:32:27 +00:00 |
|
Kruglov Pavel
|
c4d9944a90
|
Merge pull request #68382 from Avogar/better-datetime-inference
Improve schema inference of date times
|
2024-08-15 19:33:37 +00:00 |
|
Nikita Taranov
|
e98c89ebcb
|
Merge pull request #68164 from petern48/add_create_if_not_exists_setting
Add create_if_not_exists setting
|
2024-08-15 19:16:00 +00:00 |
|
Han Fei
|
501fcf15a0
|
Merge pull request #68389 from hanfei1991/hanfei/fix-regexp-flags
process regexp flags correctly
|
2024-08-15 18:58:39 +00:00 |
|
Alexey Milovidov
|
4e5b53aef5
|
Merge pull request #68309 from ClickHouse/pr-min-marks-to-read-overflow
Fix: min marks to read overflow with parallel replicas
|
2024-08-15 18:26:51 +00:00 |
|
Alexey Milovidov
|
b31ca08976
|
Merge pull request #68367 from ClickHouse/parquet_index_perf_comp
performance comparison test for output_format_parquet_write_page_index
|
2024-08-15 18:26:01 +00:00 |
|
Kseniia Sumarokova
|
a5cc3a3a9c
|
Update log message
|
2024-08-15 20:03:22 +02:00 |
|
Alexey Milovidov
|
e5665c9f59
|
Merge pull request #68082 from ClickHouse/fix-trash-in-aws-s3
Fix trash (low-quality code) in AWS S3
|
2024-08-15 17:41:21 +00:00 |
|
Alexey Milovidov
|
00e92405de
|
Merge branch 'master' into fix-test-replace-current-query
|
2024-08-15 19:40:55 +02:00 |
|
Alexey Milovidov
|
5dcf3f0c59
|
Update 03223_analyzer_with_cube_fuzz.sql
|
2024-08-15 19:39:35 +02:00 |
|
vdimir
|
f2e9d31cb3
|
Merge pull request #68325 from ClickHouse/vdimir/fix_00961_check_table
Fix part name in 00961_check_table
|
2024-08-15 17:03:21 +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 |
|
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 |
|
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 |
|
Robert Schulze
|
47ed2204bd
|
Follow-up to ClickHouse#63898
|
2024-08-15 12:43:38 +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 |
|
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 |
|