ClickHouse/docs/changelogs/v22.3.4.20-lts.md
2022-05-16 14:46:05 +02:00

1.9 KiB

ClickHouse release v22.3.4.20-lts FIXME as compared to v22.3.3.44-lts

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