mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.5 KiB
2.5 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v21.11.7.9-stable FIXME as compared to v21.11.6.7-stable
Bug Fix
- Backported in #32691: Quota limit was not reached, but the limit was exceeded. This PR fixes #31174. #31656 (sunny).
Bug Fix (user-visible misbehaviour in official stable or prestable release)
- Backported in #32711: Fix failures in queries that are trying to use skipping indices, which are not materialized yet. Fixes #32292 and #30343. #32359 (Anton Popov).
- Backported in #32568: Fix crash in
JoinCommon::removeColumnNullability
, close #32458. #32508 (Vladimir C). - Backported in #32732: Fix surprisingly bad code in function
file
. #32640 (Alexey Milovidov).
Bug Fix (user-visible misbehaviour in official stable or prestable release):
- Backported in #32617: Fix possible crash (or incorrect result) in case of
LowCardinality
arguments of window function. Fixes #31114. #31888 (Nikolai Kochetov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Fix arraySlice with null args. #32456 (Nikolai Kochetov).
- Fix crash in case of MATERIALIZE COLUMN with no default expression. #32464 (Nikolai Kochetov).
- Fix queries with hasColumnInTable constant condition and non existing column #32506 (Nikolai Kochetov).