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

4.2 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v22.6.8.35-stable (b91dc59a56) FIXME as compared to v22.6.7.7-stable (8eae2af3b9)

New Feature

Bug Fix

  • Backported in #41274: Fix memory safety issues with functions encrypt and contingency if Array of Nullable is used as an argument. This fixes #41004. #40195 (Alexey Milovidov).

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

  • Backported in #41282: Fix unused unknown columns introduced by WITH statement. This fixes #37812 . #39131 (Amos Bird).
  • Backported in #40905: Fix potential deadlock in WriteBufferFromS3 during task scheduling failure. #40070 (Maksim Kita).
  • Backported in #40864: - Fix crash while parsing values of type Object that contains arrays of variadic dimension. #40483 (Duc Canh Le).
  • Backported in #40803: During insertion of a new query to the ProcessList allocations happen. If we reach the memory limit during these allocations we can not use OvercommitTracker, because ProcessList::mutex is already acquired. Fixes #40611. #40677 (Dmitry Novik).
  • Backported in #40891: Fix memory leak while pushing to MVs w/o query context (from Kafka/...). #40732 (Azat Khuzhin).
  • Backported in #41133: Fix access rights for DESCRIBE TABLE url() and some other DESCRIBE TABLE <table_function>(). #40975 (Vitaly Baranov).
  • Backported in #41360: Fix incorrect logical error Expected relative path in disk object storage. Related to #41246. #41297 (Kseniia Sumarokova).
  • Backported in #41357: Add column type check before UUID insertion in MsgPack format. #41309 (Kruglov Pavel).

NOT FOR CHANGELOG / INSIGNIFICANT