mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6.9 KiB
6.9 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.2.2.71-stable (9293d361e7
) FIXME as compared to v24.2.1.2248-stable (891689a415
)
Improvement
- Backported in #60834: Update tzdata to 2024a. #60768 (Raúl Marín).
Bug Fix (user-visible misbehavior in an official stable release)
- PartsSplitter invalid ranges for the same part #60041 (Maksim Kita).
- Try to avoid calculation of scalar subqueries for CREATE TABLE. #60464 (Nikolai Kochetov).
- Fix deadlock in parallel parsing when lots of rows are skipped due to errors #60516 (Kruglov Pavel).
- Fix_max_query_size_for_kql_compound_operator: #60534 (Yong Wang).
- Reduce the number of read rows from
system.numbers
#60546 (JackyWoo). - Don't output number tips for date types #60577 (Raúl Marín).
- Fix buffer overflow in CompressionCodecMultiple #60731 (Alexey Milovidov).
- Remove nonsense from SQL/JSON #60738 (Alexey Milovidov).
- Prevent setting custom metadata headers on unsupported multipart upload operations #60748 (Francisco J. Jurado Moreno).
- Fix crash in arrayEnumerateRanked #60764 (Raúl Marín).
- Fix crash when using input() in INSERT SELECT JOIN #60765 (Kruglov Pavel).
- Fix crash with different allow_experimental_analyzer value in subqueries #60770 (Dmitry Novik).
- Remove recursion when reading from S3 #60849 (Antonio Andelic).
- Fix multiple bugs in groupArraySorted #61203 (Raúl Marín).
- Fix Keeper reconfig for standalone binary #61233 (Antonio Andelic).
CI Fix or Improvement (changelog entry is not required)
- Backported in #60758: Decoupled changes from #60408. #60553 (Mikhail f. Shiryaev).
- Backported in #60706: Eliminates the need to provide input args to docker server jobs to clean yml files. #60602 (Max K.).
- Backported in #61045: Debug and fix markreleaseready. #60611 (Mikhail f. Shiryaev).
- Backported in #60721: Fix build_report job so that it's defined by ci_config only (not yml file). #60613 (Max K.).
- Backported in #60668: Do not await ci pending jobs on release branches decrease wait timeout to fit into gh job timeout. #60652 (Max K.).
- Backported in #60863: Set limited number of builds for "special build check" report in backports. #60850 (Max K.).
- Backported in #60946: ... #60935 (Max K.).
- Backported in #60972: ... #60952 (Max K.).
- Backported in #60980: ... #60958 (Max K.).
- Backported in #61170: Just a preparation for the merge queue support. #61099 (Max K.).
- Backported in #61181: ... #61172 (Max K.).
- Backported in #61228: ... #61183 (Han Fei).
- Backported in #61194: ... #61185 (Max K.).
- Backported in #61244: ... #61214 (Max K.).
- Backported in #61388:. #61373 (Mikhail f. Shiryaev).
NOT FOR CHANGELOG / INSIGNIFICANT
- CI: make workflow yml abstract #60421 (Max K.).
- Cancel PipelineExecutor properly in case of exception in spawnThreads #60499 (Kruglov Pavel).
- General sanity in function
seriesOutliersDetectTukey
#60535 (Alexey Milovidov). - Speed up cctools building #61011 (Mikhail f. Shiryaev).