ClickHouse/docs/changelogs/v23.8.3.48-lts.md
2024-05-30 18:10:12 +02:00

7.1 KiB

sidebar_position sidebar_label
1 2023

2023 Changelog

ClickHouse release v23.8.3.48-lts (ebe4eb3d23) FIXME as compared to v23.8.2.7-lts (f73c8f3787)

Improvement

Build/Testing/Packaging Improvement

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

  • Backported in #54974: Fixed issue when during prewhere optimization compound condition actions DAG can lose output column of intermediate step while this column is required as an input column of some next step. #53492 (Yakov Olkhovskiy).
  • Backported in #54996: Parallel replicas either executed completely on the local replica or produce an incorrect result when prefer_localhost_replica=1. Fixes #54276. #54334 (Igor Nikonov).
  • Backported in #54516: Fix possible error 'URI contains invalid characters' in s3 table function. Closes #54345. #54373 (Kruglov Pavel).
  • Backported in #54418: Check for overflow when handling group number argument for analysisOfVariance to avoid crashes. Crash found using WINGFUZZ. #54385 (Antonio Andelic).
  • Backported in #54527: Reproduce the bug described here #54135. #54430 (Sema Checherinda).
  • Backported in #54854: Fix incorrect aggregation projection optimization when using variant aggregate states. This optimization is accidentally enabled but not properly implemented, because after https://github.com/ClickHouse/ClickHouse/pull/39420 the comparison of DataTypeAggregateFunction is normalized. This fixes #54406. #54480 (Amos Bird).
  • Backported in #54599: Fix parsing error in WithNames formats while reading subset of columns with disabled input_format_with_names_use_header. Closes #52591. #54513 (Kruglov Pavel).
  • Backported in #54594: Starting from version 23.5, zero-copy replication could leave some garbage in ZooKeeper and on S3. It might happen on removal of Outdated parts that were mutated. The issue is indicated by Failed to get mutation parent on {} for part {}, refusing to remove blobs log messages. #54550 (Alexander Tokmakov).
  • Backported in #54627: Fix unsynchronised write to a shared variable in ColumnUnique. #54575 (Nikita Taranov).
  • Backported in #54625: Fix serialization of ColumnDecimal. #54601 (Nikita Taranov).
  • Backported in #54945: Fixed virtual columns (e.g. _file) showing incorrect values with ORDER BY. #54811 (Michael Kolupaev).
  • Backported in #54872: Keeper fix: correctly capture a variable in callback to avoid segfaults during shutdown. #54841 (Antonio Andelic).
  • Backported in #54950: Fix projection optimization error if table's partition key was ALTERed by extending its Enum type. The fix is to rebuild minmax_count_projection when partition key gets modified. This fixes #54941. #54943 (Amos Bird).

NOT FOR CHANGELOG / INSIGNIFICANT