mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
1.0 KiB
1.0 KiB
ClickHouse release v22.4.5.9-stable FIXME as compared to v22.4.4.7-stable
Bug Fix (user-visible misbehaviour in official stable or prestable 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).