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

4.9 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v22.9.4.32-stable (3db8bcf1a7) FIXME as compared to v22.9.3.18-stable (0cb4b15d2f)

Bug Fix

Build/Testing/Packaging Improvement

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

  • Backported in #42122: Fixed "Part ... intersects part ..." error that might happen in extremely rare cases if replica was restarted just after detaching some part as broken. #41741 (Alexander Tokmakov).
  • Backported in #41938: Don't allow to create or alter merge tree tables with virtual column name _row_exists, which is reserved for lightweight delete. Fixed #41716. #41763 (Jianmei Zhang).
  • Backported in #42179: Fix reusing of files > 4GB from base backup. #42146 (Azat Khuzhin).
  • Backported in #42301: Fix a bug with projections and the aggregate_functions_null_for_empty setting. This bug is very rare and appears only if you enable the aggregate_functions_null_for_empty setting in the server's config. This closes #41647. #42198 (Alexey Milovidov).
  • Backported in #42388: ALTER UPDATE of attached part (with columns different from table schema) could create an invalid columns.txt metadata on disk. Reading from such part could fail with errors or return invalid data. Fixes #42161. #42319 (Nikolai Kochetov).
  • Backported in #42500: Setting additional_table_filters were not applied to Distributed storage. Fixes #41692. #42322 (Nikolai Kochetov).
  • Backported in #42581: This reverts #40217 which introduced a regression in date/time functions. #42367 (Alexey Milovidov).
  • Backported in #42572: Fix buffer overflow in the processing of Decimal data types. This closes #42451. #42465 (Alexey Milovidov).
  • Backported in #42595: This closes #42453. #42573 (Alexey Milovidov).

NOT FOR CHANGELOG / INSIGNIFICANT