ClickHouse/docs/changelogs/v22.11.5.15-stable.md
Alexey Milovidov e0252db8d4 No prestable
2023-03-27 12:19:32 +02:00

1.8 KiB

sidebar_position sidebar_label
1 2023

2023 Changelog

ClickHouse release v22.11.5.15-stable (d763e5a923) FIXME as compared to v22.11.4.3-stable (7f4cf554f6)

Bug Fix (user-visible misbehavior in official stable release)

  • Backported in #44999: Another fix for Cannot read all data error which could happen while reading LowCardinality dictionary from remote fs. Fixes #44709. #44875 (Nikolai Kochetov).
  • Backported in #45552: Fix SELECT ... FROM system.dictionaries exception when there is a dictionary with a bad structure (e.g. incorrect type in xml config). #45399 (Aleksei Filatov).

NOT FOR CHANGELOG / INSIGNIFICANT