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

3.4 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v22.6.5.22-stable (47ca5f14a3) FIXME as compared to v22.6.4.35-stable (b9202cae6f)

Bug Fix

Build/Testing/Packaging Improvement

  • Backported in #39883: Former packages used to install systemd.service file to /etc. The files there are marked as conf and are not cleaned out, and not updated automatically. This PR cleans them out. #39323 (Mikhail f. Shiryaev).

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

  • Backported in #39207: Fix reading of sparse columns from MergeTree tables that store their data in S3. #37978 (Anton Popov).
  • Backported in #38932: Fix parallel_view_processing=1 with optimize_trivial_insert_select=1. Fix max_insert_threads while pushing to views. #38731 (Azat Khuzhin).
  • Backported in #39590: Fix data race and possible heap-buffer-overflow in Avro format. Closes #39094 Closes #33652. #39498 (Kruglov Pavel).
  • Backported in #39612: Fix bug with maxsplit argument for splitByChar, which was not working correctly. #39552 (filimonov).
  • Backported in #39791: Fix wrong index analysis with tuples and operator IN, which could lead to wrong query result. #39752 (Anton Popov).
  • Backported in #39836: Fix CANNOT_READ_ALL_DATA exception with local_filesystem_read_method=pread_threadpool. This bug affected only Linux kernel version 5.9 and 5.10 according to man. #39800 (Anton Popov).

NOT FOR CHANGELOG / INSIGNIFICANT