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.7.18-stable (90925babd7
) FIXME as compared to v24.1.6.52-stable (fa09f677bc
)
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #61330: Fix deadlock in parallel parsing when lots of rows are skipped due to errors. #60516 (Kruglov Pavel).
- Backported in #61008: Fix the issue of
max_query_size
for KQL compound operator like mv-expand. Related to #59626. #60534 (Yong Wang). - Backported in #61019: Fix crash when
allow_experimental_analyzer
setting value is changed in the subqueries. #60770 (Dmitry Novik). - Backported in #61293: Keeper: fix runtime reconfig for standalone binary. #61233 (Antonio Andelic).
CI Fix or Improvement (changelog entry is not required)
- Backported in #61043: Debug and fix markreleaseready. #60611 (Mikhail f. Shiryaev).
- Backported in #61168: Just a preparation for the merge queue support. #61099 (Max K.).
- Backported in #61192: ... #61185 (Max K.).
NOT FOR CHANGELOG / INSIGNIFICANT
- Cancel PipelineExecutor properly in case of exception in spawnThreads #60499 (Kruglov Pavel).