ClickHouse/docs/changelogs/v22.10.7.13-stable.md

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 or prestable 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