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

1.6 KiB

sidebar_position sidebar_label
1 2023

2023 Changelog

ClickHouse release v22.10.7.13-stable (d261d9036c) FIXME as compared to v22.10.6.3-stable (645a66d221)

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

  • Backported in #44998: 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 #45551: 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