mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
1.7 KiB
1.7 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v21.8.7.22-lts FIXME as compared to v21.8.6.15-lts
Bug Fix (user-visible misbehaviour in official stable release)
- Backported in #29121: Better check for connection usability and also catch any exception in RabbitMQ shutdown just in case. #28797 (Kseniia Sumarokova).
- Backported in #29027: Fix the number of threads used in
GLOBAL IN
subquery (it was executed in single threads since #19414 bugfix). #28997 (Nikolai Kochetov). - Backported in #29193: Fix segfault while inserting into column with type LowCardinality(Nullable) in Avro input format. #29132 (Kruglov Pavel).
NOT FOR CHANGELOG / INSIGNIFICANT
- Do not add const group by key for query with only having. #28975 (Nikolai Kochetov).
- Merging #27963 #29063 (Maksim Kita).
- Fix terminate on uncaught exception #29216 (Alexander Tokmakov).