ClickHouse/docs/changelogs/v23.3.15.29-lts.md

2.8 KiB

sidebar_position sidebar_label
1 2023

2023 Changelog

ClickHouse release v23.3.15.29-lts (218336662e) FIXME as compared to v23.3.14.78-lts (c8f4ba52c6)

Build/Testing/Packaging Improvement

  • Backported in #55671: If the database is already initialized, it doesn't need to be initialized again upon subsequent launches. This can potentially fix the issue of infinite container restarts when the database fails to load within 1000 attempts (relevant for very large databases and multi-node setups). #50724 (Alexander Nikolaev).
  • Backported in #55734: Fix integration check python script to use gh api url - Add Readme for CI tests. #55716 (Max K.).
  • Backported in #55829: Check sha512 for tgz; use a proper repository for keeper; write only filenames to TGZ.sha512 files for tarball packages. Prerequisite for #31473. #55717 (Mikhail f. Shiryaev).

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

  • Fix bug with inability to drop detached partition in replicated merge tree on top of S3 without zero copy #55309 (alesapin).
  • Fix crash in QueryNormalizer with cyclic aliases #55602 (vdimir).
  • Fix window functions in case of sparse columns. #55895 (János Benjamin Antal).

NO CL ENTRY

NOT FOR CHANGELOG / INSIGNIFICANT