Back to Clickhouse

2025 Changelog

docs/changelogs/v25.7.3.13-stable.md

26.4.1.1-new2.2 KB
Original Source

2025 Changelog

ClickHouse release v25.7.3.13-stable (47579ad7fd6) FIXME as compared to v25.7.2.54-stable (f3e0b608695)

Bug Fix (user-visible misbehavior in an official stable release)

  • Backported in #85306: Fix ALTER MODIFY ORDER BY not validating TTL columns in sorting keys. TTL columns are now properly rejected when used in ORDER BY clauses during ALTER operations, preventing potential table corruption. #84536 (xiaohuanlin).
  • Backported in #85381: Fixed cleanup of patch parts in ReplicatedMergeTree. Previously, the result of a lightweight update may temporarily not be visible on the replica until the merged or mutated part that materializes the patch parts is downloaded from another replica. #85121 (Anton Popov).
  • Backported in #85246: Fixing illegal_type_of_argument in mv when types are different. #85135 (Sema Checherinda).
  • Backported in #85236: Fix Not-ready Set for IN (subquery) inside additional_table_filters expression setting. #85210 (Nikolai Kochetov).
  • Backported in #85264: Get rid of unnecessary getStatus() calls during SYSTEM DROP REPLICA queries. Fixes the case when a table is dropped in the background, and the Shutdown for storage is called exception is thrown. #85220 (Nikolay Degterinsky).

NOT FOR CHANGELOG / INSIGNIFICANT