Commit Graph

116063 Commits

Author SHA1 Message Date
JackyWoo
40cc8d2107 fix code style 2023-06-02 10:05:54 +08:00
JackyWoo
ce203b5ce6 Check redis table structure 2023-06-02 10:05:54 +08:00
JackyWoo
23d6c835d8 fix poco redis array NPE 2023-06-02 10:05:54 +08:00
JackyWoo
9a495cbf99 Push down filter into Redis 2023-06-02 10:05:54 +08:00
JackyWoo
e91867373c Add table function Redis 2023-06-02 10:05:54 +08:00
JackyWoo
7398b22fa5 Add redis storage 2023-06-02 10:05:54 +08:00
Alexey Milovidov
eb5985e5fc
Merge pull request #50400 from ClickHouse/bump-protobuf
Bump protobuf to v3.18.x
2023-06-02 05:01:05 +03:00
Michael Kolupaev
b51064a508 Get rid of SeekableReadBufferFactory, add SeekableReadBuffer::readBigAt() instead 2023-06-01 18:48:30 -07:00
Alexey Milovidov
31773d7eee
Merge pull request #50432 from azat/fix-min-for-seek
Fix merge_tree_min_rows_for_seek/merge_tree_min_bytes_for_seek for data skipping indexes
2023-06-02 04:09:35 +03:00
Alexey Milovidov
54144d15ab
Merge pull request #50319 from ClickHouse/nickitat-patch-12
Enable `enable_memory_bound_merging_of_aggregation_results` by default
2023-06-02 03:48:44 +03:00
Dan Roscigno
4e315423ff
Merge pull request #50454 from DanRoscigno/docs-for-boundingratio
add docs for boundingRatio
2023-06-01 20:26:20 -04:00
Dan Roscigno
0a51b66f30
Merge branch 'master' into docs-for-boundingratio 2023-06-01 19:21:27 -04:00
DanRoscigno
6b2c906dfd add docs for boundingRatio 2023-06-01 19:03:35 -04:00
Alexey Milovidov
60dccff77c
Merge pull request #50177 from amosbird/fix_50094
Fix broken index analysis when binary operator contains a null constant argument
2023-06-02 01:29:03 +03:00
Alexey Milovidov
52ffaa4630
Merge pull request #50203 from Avogar/head-requests-on-shcema-inference
Don't send head request for all keys in Iceberg schema inference
2023-06-02 01:28:00 +03:00
Alexey Milovidov
8b18b742b1
Merge pull request #50401 from kitaisreal/compile-aggregate-expressions-enable-by-default
Compile aggregate expressions enable by default
2023-06-02 01:18:30 +03:00
Alexey Milovidov
2fbf826b5c
Merge pull request #50409 from den-crane/test/issue_42610
test for #42610
2023-06-02 01:16:59 +03:00
Alexey Milovidov
413b9c776a
Merge pull request #50430 from hanfei1991/hanfei/fix-crossjoin-filter-pushdown
make filter push down through cross join
2023-06-02 00:35:34 +03:00
Dan Roscigno
7bd31de444
Merge pull request #50446 from ClickHouse/DanRoscigno-patch-5
Update order-by.md
2023-06-01 15:03:54 -04:00
Kseniia Sumarokova
0c15a2ddc6
Merge pull request #50025 from kssenii/add-some-assertions
Add some assertions
2023-06-01 20:20:19 +02:00
Dan Roscigno
bd047ed9e0
Update order-by.md
add a note that ORDER BY sorting is case sensitive.  

closes https://github.com/ClickHouse/clickhouse-docs/issues/81
2023-06-01 14:16:49 -04:00
Alexey Milovidov
fba75e38a5
Merge pull request #50327 from evillique/isnull-operator-priority
Fix IS (NOT) NULL operator priority
2023-06-01 20:36:30 +03:00
Alexander Tokmakov
35b34a1fd1
Merge pull request #50442 from ClickHouse/ignore-qemu-logging
Ignore QEMU logging regarding IFA
2023-06-01 20:02:20 +03:00
Mikhail f. Shiryaev
4d65be4dbc
Ignore QEMU logging regarding IFA 2023-06-01 18:34:35 +02:00
Kseniia Sumarokova
9ff4e6d6a3
Merge pull request #50334 from valbok/pool-mem-leak
Fix crash when Pool::Entry::disconnect() is called
2023-06-01 18:01:56 +02:00
Kruglov Pavel
d9113a3b75
Style 2023-06-01 16:57:43 +02:00
Han Fei
17261e52da
Merge pull request #50307 from ZhiguoZh/20230527-toyyyymm
Optimize predicate with toYYYYMM converter
2023-06-01 16:51:45 +02:00
Dan Roscigno
d302eae85e
Merge pull request #50433 from DanRoscigno/add-explain-video-to-docs
add explain video to docs
2023-06-01 10:31:38 -04:00
Dan Roscigno
c70aa9592b
Merge pull request #50419 from ClickHouse/reddit-fixes
Reddit dataset fixes
2023-06-01 10:30:56 -04:00
Robert Schulze
45b1fcdeda
Merge pull request #50315 from arenadata/ADQM-810
Add new function toLastDayOfWeek()
2023-06-01 16:19:14 +02:00
Nikita Taranov
a75598ea65 fix test 2023-06-01 16:16:39 +02:00
Han Fei
238b0927a9 make test easier 2023-06-01 16:15:42 +02:00
DanRoscigno
97e120ee3c add explain video to docs 2023-06-01 09:31:05 -04:00
Robert Schulze
42c26c1d67
Merge pull request #50403 from ClickHouse/bump-c-ares
Bump c-ares to v1.19.1
2023-06-01 15:21:52 +02:00
Nikita Taranov
e5c21e588a
Update app.py (#50407) 2023-06-01 15:19:47 +02:00
Robert Schulze
9490cd44ac
Include msan fix in protobuf 2023-06-01 13:16:33 +00:00
Azat Khuzhin
53eb360ac2 Fix merge_tree_min_rows_for_seek/merge_tree_min_bytes_for_seek for data skipping indexes
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-01 15:04:16 +02:00
Mikhail f. Shiryaev
9089360688
Merge pull request #50415 from ClickHouse/build-report-pending
Mark the builds without results as pending
2023-06-01 14:53:09 +02:00
Han Fei
3f08e3e03f make filter push down through cross join 2023-06-01 14:53:07 +02:00
Alexander Tokmakov
e1d044dfd7
Merge pull request #50392 from ClickHouse/fix_materialized_mysql_poll_timeout
Fix poll timeout in MaterializedMySQL
2023-06-01 15:16:59 +03:00
Robert Schulze
73fb2081c1
Merge pull request #50210 from arenadata/ADQM-880
clickhouse-client: disallow usage of `--query` and `--queries-file` at the same time
2023-06-01 14:16:20 +02:00
Alexander Tokmakov
a97b180ff3
Merge pull request #50426 from ClickHouse/revert-50245-msan-siphash-keyed
Revert "Fix msan issue in keyed siphash"
2023-06-01 15:07:41 +03:00
Alexander Tokmakov
9a2b3afb7e
Revert "Fix msan issue in keyed siphash" 2023-06-01 15:02:32 +03:00
Mikhail f. Shiryaev
de7179876e
Merge pull request #47151 from ClickHouse/increase-vm-max_map_count
Update ubuntu_ami_for_ci.sh
2023-06-01 13:54:21 +02:00
Kruglov Pavel
7485962443
Merge pull request #50343 from Avogar/fix-bit-shift-func
Fix bitShift* functions with both constant arguments
2023-06-01 13:53:36 +02:00
SmitaRKulkarni
06432929a7
Merge pull request #50339 from ClickHouse/43983_Updated_to_hold_lock_fetch_part
Improved fetch part by holding directory lock longer
2023-06-01 13:42:34 +02:00
Mikhail f. Shiryaev
6a5ae6558a
Add comment for usage of prepare-ci-ami.sh 2023-06-01 12:58:03 +02:00
Alexander Tokmakov
3444dfda8c
Merge pull request #50408 from CheSema/reuse_s3_mocks
reuse s3_mocks, rewrite test test_paranoid_check_in_logs
2023-06-01 13:21:17 +03:00
Alexander Tokmakov
05c90f8987
Merge branch 'master' into reuse_s3_mocks 2023-06-01 13:20:23 +03:00
Alexey Milovidov
a44c00c926
Merge pull request #50411 from ClickHouse/remove-something
Remove something
2023-06-01 13:14:24 +03:00