mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
3.0 KiB
3.0 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.2.7.32-stable (934f6a2aa0
) FIXME as compared to v23.2.6.34-stable (570190045b
)
Performance Improvement
- Backported in #49218: Fixed excessive reading in queries with
FINAL
. #47801 (Nikita Taranov).
Build/Testing/Packaging Improvement
Bug Fix (user-visible misbehavior in an official stable release)
- Fix key not found error for queries with multiple StorageJoin #49137 (vdimir).
- Fix race on Outdated parts loading #49223 (Alexander Tokmakov).
- Fix bug in DISTINCT #49628 (Alexey Milovidov).
- Fix msan issue in randomStringUTF8() #49750 (Robert Schulze).
- Fix IPv6 encoding in protobuf #49933 (Yakov Olkhovskiy).
- Avoid deadlock when starting table in attach thread of
ReplicatedMergeTree
#50026 (Antonio Andelic). - JIT compilation not equals NaN fix #50056 (Maksim Kita).
- Fix crash with
multiIf
and constant condition and nullable arguments #50123 (Anton Popov). - Fix Keeper deadlock on exception when preprocessing requests. #50387 (frinkr).
NOT FOR CHANGELOG / INSIGNIFICANT
- Improve test reports #49151 (Mikhail f. Shiryaev).
- Fallback auth gh api #49314 (Mikhail f. Shiryaev).
- Improve CI: status commit, auth for get_gh_api #49388 (Mikhail f. Shiryaev).
- Update github.com/distribution/distribution #50114 (Mikhail f. Shiryaev).
- Catch issues with dockerd during the build #50700 (Mikhail f. Shiryaev).