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

1.4 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v21.7.11.3-stable FIXME as compared to v21.7.10.4-stable

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

  • Backported in #29024: Fix the number of threads used in GLOBAL IN subquery (it was executed in single threads since #19414 bugfix). #28997 (Nikolai Kochetov).
  • Backported in #29195: Fix segfault while inserting into column with type LowCardinality(Nullable) in Avro input format. #29132 (Kruglov Pavel).

NOT FOR CHANGELOG / INSIGNIFICANT