mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.0 KiB
2.0 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.7.2.13-stable (6e41f601b2
) FIXME as compared to v24.7.1.2915-stable (a37d2d43da
)
Improvement
- Backported in #67531: In pr : https://github.com/ClickHouse/ClickHouse/pull/66025, we introduce a settings
input_format_orc_read_use_writer_time_zone
to fix when read orc file, make the reader use writer timezone, not always useGMT
. #67175 (kevinyhzou).
Critical Bug Fix (crash, LOGICAL_ERROR, data loss, RBAC)
- Backported in #67505: Fix crash in DistributedAsyncInsert when connection is empty. #67219 (Pablo Marcos).
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #67580: Fix execution of nested short-circuit functions. #67520 (Kruglov Pavel).
NOT FOR CHANGELOG / INSIGNIFICANT
- Backported in #67551: [Green CI] Fix test test_storage_s3_queue/test.py::test_max_set_age. #67035 (Pablo Marcos).
- Backported in #67514: Split test 02967_parallel_replicas_join_algo_and_analyzer. #67211 (Nikita Taranov).
- Backported in #67545: [Green CI] Fix WriteBuffer destructor when finalize has failed for MergeTreeDeduplicationLog::shutdown. #67474 (Alexey Katsman).