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 v23.9.5.29-stable (f8554c1a1f
) FIXME as compared to v23.9.4.11-stable (74c1f49dd6
)
Build/Testing/Packaging Improvement
- Backported in #56631: In #54043 the setup plan started to appear in the logs. It should be only in the
runner_get_all_tests.log
only. As well, send the failed infrastructure event to CI db. #56214 (Mikhail f. Shiryaev). - Backported in #56735: Do not fetch changed submodules in the builder container. #56689 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Select from system tables when table based on table function. #55540 (MikhailBurdukov).
- Fix incomplete query result for UNION in view() function. #56274 (Nikolai Kochetov).
- Fix crash in case of adding a column with type Object(JSON) #56307 (Nikita Mikhaylov).
- Fix segfault during Kerberos initialization #56401 (Nikolay Degterinsky).
- Fix: RabbitMQ OpenSSL dynamic loading issue #56703 (Igor Nikonov).
- Fix crash in GCD codec in case when zeros present in data #56704 (Nikita Mikhaylov).
- Fix crash in FPC codec #56795 (Alexey Milovidov).
NO CL CATEGORY
- Backported in #56603:. #56598 (Maksim Kita).
NOT FOR CHANGELOG / INSIGNIFICANT
- Improve enrich image #55793 (Mikhail f. Shiryaev).
- Rewrite jobs to use callable workflow #56385 (Mikhail f. Shiryaev).
- Continue rewriting workflows to reusable tests #56501 (Mikhail f. Shiryaev).
- Better exception messages #56854 (Antonio Andelic).