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

4.3 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v22.6.3.35-stable (d5566f2f2d) FIXME as compared to v22.6.2.12-stable (1fc97f10cb)

Bug Fix

Build/Testing/Packaging Improvement

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

  • Backported in #38690: Fix incorrect columns order in subqueries of UNION (in case of duplicated columns in subselects may produce incorrect result). #37887 (Azat Khuzhin).
  • Backported in #38500: Do not allow recursive usage of OvercommitTracker during logging. Fixes #37794 cc @tavplubix @davenger. #38246 (Dmitry Novik).
  • Backported in #38712: Fix incorrect result of distributed queries with DISTINCT and LIMIT. Fixes #38282. #38371 (Anton Popov).
  • Backported in #38594: Fix parts removal (will be left forever if they had not been removed on server shutdown) after incorrect server shutdown. #38486 (Azat Khuzhin).
  • Backported in #38597: Fix table creation to avoid replication issues with pre-22.4 replicas. #38541 (Raúl Marín).
  • Backported in #38687: Now it's possible to start a clickhouse-server and attach/detach tables even for tables with the incorrect values of IPv4/IPv6 representation. Proper fix for issue #35156. #38590 (alesapin).
  • Backported in #38665: Adapt some more nodes to avoid issues with pre-22.4 replicas. #38627 (Raúl Marín).
  • Backported in #38778: rankCorr function will work correctly if some arguments are NaNs. This closes #38396. #38722 (Alexey Milovidov).
  • Backported in #38782: Fix use-after-free for Map combinator that leads to incorrect result. #38748 (Azat Khuzhin).

NOT FOR CHANGELOG / INSIGNIFICANT