mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
3.0 KiB
3.0 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.1.8.22-stable (7fb8f96d3d
) FIXME as compared to v24.1.7.18-stable (90925babd7
)
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #61451: Fix possible incorrect result of aggregate function
uniqExact
. #61257 (Anton Popov). - Backported in #61844: Fixed possible wrong result of aggregation with nullable keys. #61393 (Anton Popov).
- Backported in #61746: Fix incorrect results when filtering
system.parts
orsystem.parts_columns
using UUID. #61479 (Dan Wu). - Backported in #61696: Fix
clickhouse-client -s
argument, it was broken by defining it two times. #61530 (Mikhail f. Shiryaev). - Backported in #61576: Fix string search with constant start position which previously could lead to memory corruption. #61547 (Antonio Andelic).
- Backported in #61858: Fix crash in
multiSearchAllPositionsCaseInsensitiveUTF8
when specifying incorrect UTF-8 sequence. Example: #61714. #61749 (pufit).
CI Fix or Improvement (changelog entry is not required)
- Backported in #61431:. #61374 (Mikhail f. Shiryaev).
- Backported in #61488: ... #61441 (Max K.).
- Backported in #61642:. #61592 (Mikhail f. Shiryaev).
NO CL ENTRY
- NO CL ENTRY: 'Revert "Backport #61479 to 24.1: Fix bug when reading system.parts using UUID (issue 61220)."'. #61775 (János Benjamin Antal).
NOT FOR CHANGELOG / INSIGNIFICANT
- Speed up cctools building #61011 (Mikhail f. Shiryaev).