mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
5.3 KiB
5.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v21.6.5.37-stable FIXME as compared to v21.6.4.26-stable
Improvement
- Backported in #25221: Here will be listed all the bugs that I am gonna to fix in this PR. #23518 (Nikita Mikhaylov).
Bug Fix
- Backported in #25480: Fix "Missing columns" exception when joining Distributed Materialized View. #24870 (Azat Khuzhin).
- Backported in #25366: Fix serialization of splitted nested messages in Protobuf format. This PR fixes #24647. #25000 (Vitaly Baranov).
- Backported in #25102: Distinguish KILL MUTATION for different tables (fixes unexpected
Cancelled mutating parts
error). #25025 (Azat Khuzhin). - Backported in #25213: Fixed an error which occurred while inserting a subset of columns using CSVWithNames format. Fixes #25129. #25169 (Nikita Mikhaylov).
- Backported in #25352: Fix TOCTOU error in installation script. #25277 (Alexey Milovidov).
- Backported in #25385: Fix incorrect behaviour and UBSan report in big integers. In previous versions
CAST(1e19 AS UInt128)
returned zero. #25279 (Alexey Milovidov). - Backported in #25470: Fix joinGetOrNull with not-nullable columns. This fixes #24261. #25288 (Amos Bird).
- Backported in #25360: Fix error
Bad cast from type DB::ColumnLowCardinality to DB::ColumnVector<char8_t>
for queries whereLowCardinality
argument was used for IN (this bug appeared in 21.6). Fixes #25187. #25290 (Nikolai Kochetov). - Backported in #25356: Fix Logical Error Cannot sum Array/Tuple in min/maxMap. #25298 (Kruglov Pavel).
- Backported in #25436: Support
SimpleAggregateFunction(LowCardinality)
forSummingMergeTree
. Fixes #25134. #25300 (Nikolai Kochetov). - Backported in #25363: On ZooKeeper connection loss
ReplicatedMergeTree
table might wait for background operations to complete before trying to reconnect. It's fixed, now background operations are stopped forcefully. #25306 (Alexander Tokmakov). - Backported in #25388: Fix the possibility of non-deterministic behaviour of the
quantileDeterministic
function and similar. This closes #20480. #25313 (Alexey Milovidov). - Backported in #25448: Fix lost
WHERE
condition in expression-push-down optimization of query plan (settingquery_plan_filter_push_down = 1
by default). Fixes #25368. #25370 (Nikolai Kochetov). - Backported in #25407: Fix
REPLACE
column transformer when used in DDL by correctly quoting the formated query. This fixes #23925. #25391 (Amos Bird).
NOT FOR CHANGELOG / INSIGNIFICANT
- ExpressionActions compile only necessary places #24273 (Maksim Kita).
- odbc fix #25045 (Kseniia Sumarokova).