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

6.5 KiB

sidebar_position sidebar_label
1 2023

2023 Changelog

ClickHouse release v22.10.5.54-stable (dbc7984dc3) FIXME as compared to v22.10.4.23-stable (352772987f)

Bug Fix

  • Backported in #43100: Updated normaliser to clone the alias ast. resolves #42452 Implementation: * Updated QueryNormalizer to clone alias ast, when its replaced. Previously just assigning the same leads to exception in LogicalExpressinsOptimizer as it would be the same parent being inserted again. * This bug is not seen with new analyser (allow_experimental_analyzer), so no changes for it. I added a test for the same. #42827 (SmitaRKulkarni).
  • Backported in #44659: Fix race for backup of tables in Lazy databases. #43104 (Vitaly Baranov).

Build/Testing/Packaging Improvement

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

NOT FOR CHANGELOG / INSIGNIFICANT