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

2.0 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v22.3.4.20-lts (ecbaf001f4) FIXME as compared to v22.3.3.44-lts (abb756d3ca)

Build/Testing/Packaging Improvement

    • Add _le_ method for ClickHouseVersion - Fix auto_version for existing tag - docker_server now support getting version from tags - Add python unit tests to backport workflow. #36028 (Mikhail f. Shiryaev).

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

  • Backported in #36244: Fix usage of quota with asynchronous inserts. #35645 (Anton Popov).
  • Backported in #36240: Fix possible loss of subcolumns in type Object. #35682 (Anton Popov).
  • Backported in #36242: Fix possible Can't adjust last granule exception while reading subcolumns of type Object. #35687 (Anton Popov).
  • Backported in #36147: Fix reading from Kafka tables when kafka_num_consumers > 1 and kafka_thread_per_consumer = 0. Returns parallel & multithreaded reading, accidentally broken in 21.11. Closes #35153. #35973 (filimonov).
  • Backported in #36276: Fix reading of empty arrays in reverse order (in queries with descending sorting by prefix of primary key). #36215 (Anton Popov).