mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.3 KiB
2.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.1.4.20-stable (f59d842b3f
) FIXME as compared to v24.1.3.31-stable (135b08cbd2
)
Improvement
- Backported in #59826: In case when
merge_max_block_size_bytes
is small enough and tables contain wide rows (strings or tuples) background merges may stuck in an endless loop. This behaviour is fixed. Follow-up for https://github.com/ClickHouse/ClickHouse/pull/59340. #59812 (Nikita Mikhaylov).
Build/Testing/Packaging Improvement
- Backported in #59885: If you want to run initdb scripts every time when ClickHouse container is starting you shoud initialize environment varible CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS. #59808 (Alexander Nikolaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Fix digest calculation in Keeper #59439 (Antonio Andelic).
- Fix distributed table with a constant sharding key #59606 (Vitaly Baranov).
- Fix query start time on non initial queries #59662 (Raúl Marín).
- Fix parsing of partition expressions surrounded by parens #59901 (János Benjamin Antal).
NOT FOR CHANGELOG / INSIGNIFICANT
- Temporarily remove a feature that doesn't work #59688 (Alexander Tokmakov).
- Make ZooKeeper actually sequentialy consistent #59735 (Alexander Tokmakov).
- Fix special build reports in release branches #59797 (Mikhail f. Shiryaev).