ClickHouse/docs/changelogs/v21.3.18.4-lts.md
2023-11-02 15:56:45 +08:00

4.9 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v21.3.18.4-lts FIXME as compared to v21.3.17.2-lts

Improvement

Bug Fix

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

  • Backported in #29260: Fix invalid constant type conversion when nullable or lowcardinality primary key is used. #28636 (Amos Bird).
  • Backported in #29026: Fix the number of threads used in GLOBAL IN subquery (it was executed in single threads since #19414 bugfix). #28997 (Nikolai Kochetov).
  • Backported in #29194: Fix segfault while inserting into column with type LowCardinality(Nullable) in Avro input format. #29132 (Kruglov Pavel).
  • Backported in #29360: Fix possible Table columns structure in ZooKeeper is different from local table structure exception while recreating or creating new replicas of ReplicatedMergeTree, when one of table columns have default expressions with case-insensitive functions. #29266 (Anton Popov).
  • Backported in #29300: Fix connection timeouts (send_timeout/receive_timeout). #29282 (Azat Khuzhin).
  • Backported in #30042: Condition in filter predicate could be lost after push-down optimisation. #29625 (Nikolai Kochetov).
  • Backported in #29848: Fix concurrent access to LowCardinality during GROUP BY (leads to SIGSEGV). #29782 (Azat Khuzhin).
  • Backported in #30066: Fix crash of sample by tuple(), closes #30004. #30016 (flynn).
  • Backported in #30332: * Allow identifiers staring with numbers in multiple joins. #30230 (Vladimir C).
  • Backported in #30379: fix replaceRegexpAll bug. #30292 (Memo).

NOT FOR CHANGELOG / INSIGNIFICANT