mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
3.3 KiB
3.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v21.7.8.58-stable FIXME as compared to v21.7.7.47-stable
Bug Fix
- Backported in #27506: Fix errors like
Expected ColumnLowCardinality, gotUInt8
orBad cast from type DB::ColumnVector<char8_t> to DB::ColumnLowCardinality
for some queries withLowCardinality
inPREWHERE
. Fixes #23515. #27298 (Nikolai Kochetov). - Backported in #27644: Fix incorrect result for query with row-level security, prewhere and LowCardinality filter. Fixes #27179. #27329 (Nikolai Kochetov).
- Backported in #27474: fix metric BackgroundMessageBrokerSchedulePoolTask, maybe mistyped。. #27452 (Ben).
- Backported in #27649: Fix crash during projection materialization when some parts contain missing columns. This fixes #27512. #27528 (Amos Bird).
- Backported in #27778: - Fix bug with aliased column in
Distributed
table. #27652 (Vladimir C). - Backported in #27674: Fix postgresql table function resulting in non-closing connections. Closes #26088. #27662 (Kseniia Sumarokova).
- Backported in #27697: Fix bad type cast when functions like
arrayHas
are applied to arrays of LowCardinality of Nullable of different non-numeric types likeDateTime
andDateTime64
. In previous versions bad cast occurs. In new version it will lead to exception. This closes #26330. #27682 (Alexey Milovidov). - Backported in #27748: Remove duplicated source files in CMakeLists.txt in arrow-cmake. #27736 (李扬).
NOT FOR CHANGELOG / INSIGNIFICANT
- Fix killing unstopped containers in integration tests. #26818 (Vitaly Baranov).
- Revert #24095. User-level settings will affect queries from view. #27227 (Nikolai Kochetov).