mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
2.9 KiB
2.9 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v22.12.2.25-stable (c790cfd446
) FIXME as compared to v22.12.1.1752-stable (688e488e93
)
Build/Testing/Packaging Improvement
- Backported in #44381: In rare cases, we don't rebuild binaries, because another task with a similar prefix succeeded. E.g.
binary_darwin
didn't restart becausebinary_darwin_aarch64
. #44311 (Mikhail f. Shiryaev). - Backported in #44561: Retry the integration tests on compressing errors. #44529 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in official stable release)
- Backported in #44739: #40651 #41404. #42126 (Alexander Gololobov).
- Backported in #44764: Fix parsing of bad version from compatibility setting. #44224 (Kruglov Pavel).
- Backported in #44435: Fix possible crash in case function
IN
with constant arguments was used as a constant argument together withLowCardinality
. Fixes #44221. #44346 (Nikolai Kochetov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Bump libdivide (to gain some new optimizations) #44132 (Azat Khuzhin).
- Add some settings under
compatibility
#44209 (Alexey Milovidov). - Fix deadlock in StorageSystemDatabases #44272 (Alexander Tokmakov).
- Get rid of global Git object #44273 (Mikhail f. Shiryaev).
- Add check for submodules sanity #44386 (Mikhail f. Shiryaev).
- Implement a custom central checkout action #44399 (Mikhail f. Shiryaev).
- Fix crash on delete from materialized view #44705 (Alexander Gololobov).