mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.0 KiB
2.0 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
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).
- Add
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 typeObject
. #35687 (Anton Popov). - Backported in #36147: Fix reading from
Kafka
tables whenkafka_num_consumers > 1
andkafka_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).