ClickHouse/docs/changelogs/v21.3.14.1-lts.md

2.6 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v21.3.14.1-lts FIXME as compared to v21.3.13.9-lts

Bug Fix

  • Backported in #25851: CAST from Date to DateTime (or DateTime64) was not using the timezone of the DateTime type. It can also affect the comparison between Date and DateTime. Inference of the common type for Date and DateTime also was not using the corresponding timezone. It affected the results of function if and array construction. Closes #24128. #24129 (Maksim Kita).
  • Backported in #25678: Fixed bug in deserialization of random generator state with might cause some data types such as AggregateFunction(groupArraySample(N), T)) to behave in a non-deterministic way. #24538 (Alexander Tokmakov).
  • Backported in #25637: Fix wrong totals for query WITH TOTALS and WITH FILL. Fixes #20872. #25539 (Anton Popov).
  • Backported in #25651: Fix null pointer dereference in EXPLAIN AST without query. #25631 (Nikolai Kochetov).
  • Backported in #25716: REPLACE PARTITION might be ignored in rare cases if the source partition was empty. It's fixed. Fixes #24869. #25665 (Alexander Tokmakov).
  • Backported in #25712: Fixed No such file or directory error on moving Distributed table between databases. Fixes #24971. #25667 (Alexander Tokmakov).

NOT FOR CHANGELOG / INSIGNIFICANT

  • Backport unrelated changes, which fixes aliases bug #25681 (alesapin).