mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
1.6 KiB
1.6 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v21.3.10.1-lts FIXME as compared to v21.3.9.83-lts
Bug Fix
- Backported in #23973: Fixed a bug in recovery of staled
ReplicatedMergeTree
replica. Some metadata updates could be ignored by staled replica ifALTER
query was executed during downtime of the replica. #23742 (Alexander Tokmakov). - Backported in #23773: Avoid possible "Cannot schedule a task" error (in case some exception had been occurred) on INSERT into Distributed. #23744 (Azat Khuzhin).
- Backported in #23817: Fix crash when
PREWHERE
and row policy filter are both in effect with empty result. #23763 (Amos Bird). - Backported in #23814: Fix
CLEAR COLUMN
does not work when it is referenced by materialized view. Close #23764. #23781 (flynn).
NOT FOR CHANGELOG / INSIGNIFICANT
- Flat, Hashed dictionary include update field bytes into bytes_allocated #23825 (Maksim Kita).