mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
1.3 KiB
1.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v22.4.5.9-stable (059ef6cadc
) FIXME as compared to v22.4.4.7-stable (ba44414f9b
)
Bug Fix (user-visible misbehaviour in official stable release)
- Backported in #36635: Fix
Missing column
exception which could happen while usingINTERPOLATE
withENGINE = MergeTree
table. #36549 (Yakov Olkhovskiy). - Backported in #36794: Fix vertical merges in wide parts. Previously an exception
There is no column
can be thrown during merge. #36707 (Anton Popov). - Backported in #36926: Fix bug in clickhouse-keeper which can lead to corrupted compressed log files in case of small load and restarts. #36910 (alesapin).
NOT FOR CHANGELOG / INSIGNIFICANT
- Some fixes for replicated merge tree #36909 (Alexander Tokmakov).