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

9.0 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v22.3.13.80-lts (e2708b01fb) FIXME as compared to v22.3.12.19-lts (4a08f8a073)

New Feature

  • Backported in #41264: Implemented automatic conversion of database engine from Ordinary to Atomic. Create empty convert_ordinary_to_atomic file in flags directory and all Ordinary databases will be converted automatically on next server start. Resolves #39546. #39933 (Alexander Tokmakov).
  • Backported in #40886: Add setting to disable limit on kafka_num_consumers. Closes #40331. #40670 (Kruglov Pavel).

Bug Fix

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

Build/Testing/Packaging Improvement

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

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

  • Backported in #41321: Fix bug in function if when resulting column type differs with resulting data type that led to logical errors like Logical error: 'Bad cast from type DB::ColumnVector<int> to DB::ColumnVector<long>'.. Closes #35367. #35476 (Kruglov Pavel).

NOT FOR CHANGELOG / INSIGNIFICANT