mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
4.2 KiB
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
- Backported in #40868: Add setting to disable limit on kafka_num_consumers. Closes #40331. #40670 (Kruglov Pavel).
Bug Fix
- Backported in #41274: Fix memory safety issues with functions
encrypt
andcontingency
if Array of Nullable is used as an argument. This fixes #41004. #40195 (Alexey Milovidov).
Bug Fix (user-visible misbehavior in official stable or prestable 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 useOvercommitTracker
, becauseProcessList::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 otherDESCRIBE 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
- use ROBOT_CLICKHOUSE_COMMIT_TOKEN for create-pull-request #40067 (Yakov Olkhovskiy).
- use input token instead of env var #40421 (Yakov Olkhovskiy).
- Migrate artifactory #40831 (Mikhail f. Shiryaev).
- Docker server version #41256 (Mikhail f. Shiryaev).
- Increase open files limit #41345 (Eugene Konkov).