mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
1.7 KiB
1.7 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v23.3.21.26-lts (d9672a3731
) FIXME as compared to v23.3.20.27-lts (cc974ba4f8
)
Bug Fix (user-visible misbehavior in an official stable release)
- Fix reading from sparse columns after restart #49660 (Anton Popov).
- Fix buffer overflow in CompressionCodecMultiple #60731 (Alexey Milovidov).
- Remove nonsense from SQL/JSON #60738 (Alexey Milovidov).
- Fix crash in arrayEnumerateRanked #60764 (Raúl Marín).
- Fix crash when using input() in INSERT SELECT JOIN #60765 (Kruglov Pavel).
- Remove recursion when reading from S3 #60849 (Antonio Andelic).
NOT FOR CHANGELOG / INSIGNIFICANT
- Cancel PipelineExecutor properly in case of exception in spawnThreads #57104 (Kruglov Pavel).
- Detect io_uring in tests #60373 (Azat Khuzhin).
- Cancel PipelineExecutor properly in case of exception in spawnThreads #60499 (Kruglov Pavel).