Commit Graph

116243 Commits

Author SHA1 Message Date
Robert Schulze
1f374c9c78
Merge pull request #50482 from rschu1ze/typos
Typos: Follow-up to #50476
2023-06-02 15:35:08 +02:00
Robert Schulze
12993890a8
Merge branch 'master' into revert-49656-rs/entropy-learned-hashing 2023-06-02 15:32:33 +02:00
Robert Schulze
54872f9e7e
Typos: Follow-up to #50476 2023-06-02 13:28:09 +00:00
Alexander Tokmakov
e148c60d5a
Fixes for MergeTree with readonly disks (#50244)
* fixes for MergeTree with readonly disks

* Automatic style fix

* Update test.py

* Automatic style fix

* Update test.py

* Update test.py

* Automatic style fix

* Update test.py

---------

Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
Co-authored-by: alesapin <alesapin@clickhouse.com>
2023-06-02 16:18:32 +03:00
vdimir
b1f58d765a
Merge pull request #48633 from ClickHouse/vdimir/any_join_single_row 2023-06-02 15:05:13 +02:00
Robert Schulze
880ccf1d18
Merge pull request #50476 from rschu1ze/fix-typo-check-on-nested-docs
CI: Enable aspell on nested docs
2023-06-02 14:54:12 +02:00
DanRoscigno
079008058a move from server to user settings 2023-06-02 08:49:26 -04:00
Robert Schulze
db76d1f7d7
Merge pull request #50421 from rschu1ze/fix-const-int-hashing
Fix hashing of const integer values
2023-06-02 14:43:34 +02:00
Roman Vlasenko
c3a888a47b Remove needless minus sign 2023-06-02 15:41:43 +03:00
Antonio Andelic
e802714d34
Merge pull request #50387 from frinkr/fix-keeper-deadlock
Fix Keeper deadlock on exception when preprocessing requests.
2023-06-02 14:40:12 +02:00
Robert Schulze
a22bb07fbd
Merge remote-tracking branch 'rschu1ze/master' into fix-typo-check-on-nested-docs 2023-06-02 12:33:16 +00:00
Robert Schulze
65cc92a78d
CI: Fix aspell on nested docs 2023-06-02 12:24:41 +00:00
Alexander Tokmakov
5352a7a60e
Merge pull request #50449 from ClickHouse/tavplubix-patch-6
Add timeout for unit tests
2023-06-02 15:21:02 +03:00
Nikita Mikhaylov
73db383727
Limit the number of in-flight tasks for loading outdated parts (#50450)
* Done

* Update programs/local/LocalServer.cpp

Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>

* Bump

---------

Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-06-02 14:10:26 +02:00
Kruglov Pavel
9922053419
Merge pull request #49948 from Avogar/handshake-timeout
Add separate handshake_timeout for receiving Hello packet from replica
2023-06-02 14:07:27 +02:00
Robert Schulze
572f15b2cd
Fix typo 2023-06-02 11:14:52 +00:00
Alexander Gololobov
8cadd89ebe
Update src/Common/TaskStatsInfoGetter.cpp 2023-06-02 12:34:22 +02:00
Alexander Tokmakov
ca1a3f81a6
Merge pull request #50467 from ClickHouse/revert-50430-hanfei/fix-crossjoin-filter-pushdown
Revert "make filter push down through cross join"
2023-06-02 13:07:24 +03:00
Alexander Tokmakov
0181ea6399
Revert "make filter push down through cross join" 2023-06-02 12:55:46 +03:00
Robert Schulze
f6da66cbb8
Fix some typos 2023-06-02 09:41:52 +00:00
Sergei Trifonov
3027f34c1f
Merge branch 'master' into minor-cgroup-improvements 2023-06-02 11:19:25 +02:00
Sergei Trifonov
57a2bfd0ff
Update src/Common/AsynchronousMetrics.cpp 2023-06-02 11:19:11 +02:00
Sergei Trifonov
16be379fa5
Update src/Common/AsynchronousMetrics.cpp 2023-06-02 11:18:46 +02:00
Robert Schulze
7070eac9db
Merge branch 'ClickHouse:master' into fix-const-int-hashing 2023-06-02 10:57:18 +02: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
c5165c2236 More thorough check for the availability of TaskStats 2023-06-02 03:25:12 +02: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
Alexander Tokmakov
1544067fb3
Update run.sh 2023-06-01 23:28:19 +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
Sema Checherinda
02e986a9e7 Revert "Revert "less logs in WriteBufferFromS3" (#50390)"
This reverts commit 4d4112ff53.
2023-06-01 19:06:11 +02: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
vdimir
bdb192cf27
Test right join in 02725_any_join_single_row, style code changes 2023-06-01 15:43:37 +00: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