ClickHouse/docs/changelogs/v23.2.2.20-stable.md
Alexey Milovidov e0252db8d4 No prestable
2023-03-27 12:19:32 +02:00

3.0 KiB

sidebar_position sidebar_label
1 2023

2023 Changelog

ClickHouse release v23.2.2.20-stable (f6c269c8df) FIXME as compared to v23.2.1.2537-stable (52bf836e03)

Improvement

Bug Fix

  • Backported in #46828: Combined PREWHERE column accumulated from multiple PREWHERE in some cases didn't contain 0's from previous steps. The fix is to apply final filter if we know that it wasn't applied from more than 1 last step. #46785 (Alexander Gololobov).

Build/Testing/Packaging Improvement

  • Backported in #47062: Fix error during server startup on old distros (e.g. Amazon Linux 2) and on ARM that glibc 2.28 symbols are not found. #47008 (Robert Schulze).

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

  • Backported in #46895: Fixed a bug in automatic retries of DROP TABLE query with ReplicatedMergeTree tables and Atomic databases. In rare cases it could lead to Can't get data for node /zk_path/log_pointer and The specified key does not exist errors if ZooKeeper session expired during DROP and a new replicated table with the same path in ZooKeeper was created in parallel. #46384 (Alexander Tokmakov).
  • Backported in #46865: Fix a bug in the Map data type. This closes #46855. #46856 (Alexey Milovidov).
  • Backported in #46958: Fix result of LIKE predicates which translate to substring searches and contain quoted non-LIKE metacharacters. #46875 (Robert Schulze).

NOT FOR CHANGELOG / INSIGNIFICANT