ClickHouse/docs/changelogs/v24.3.7.30-lts.md

4.2 KiB

sidebar_position sidebar_label
1 2024

2024 Changelog

ClickHouse release v24.3.7.30-lts (c8a28cf433) FIXME as compared to v24.3.6.48-lts (b2d33c3c45)

Improvement

  • Backported in #68103: Distinguish booleans and integers while parsing values for custom settings: SET custom_a = true; SET custom_b = 1;. #62206 (Vitaly Baranov).

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

  • Backported in #67931: Fixing the Not-ready Set error after the PREWHERE optimization for StorageMerge. #65057 (Nikolai Kochetov).
  • Backported in #68062: Fix boolean literals in query sent to external database (for engines like PostgreSQL). #66282 (vdimir).
  • Backported in #67812: Only relevant to the experimental Variant data type. Fix crash with Variant + AggregateFunction type. #67122 (Kruglov Pavel).
  • Backported in #67848: Fixes #66026. Avoid unresolved table function arguments traversal in ReplaceTableNodeToDummyVisitor. #67522 (Dmitry Novik).
  • Backported in #68271: Fix inserting into stream like engines (Kafka, RabbitMQ, NATS) through HTTP interface. #67554 (János Benjamin Antal).
  • Backported in #67806: Fix reloading SQL UDFs with UNION. Previously, restarting the server could make UDF invalid. #67665 (Antonio Andelic).
  • Backported in #67834: Fix potential stack overflow in JSONMergePatch function. Renamed this function from jsonMergePatch to JSONMergePatch because the previous name was wrong. The previous name is still kept for compatibility. Improved diagnostic of errors in the function. This closes #67304. #67756 (Alexey Milovidov).
  • Backported in #68206: Fix wrong count() result when there is non-deterministic function in predicate. #67922 (János Benjamin Antal).
  • Backported in #68089: Fixed the calculation of the maximum thread soft limit in containerized environments where the usable CPU count is limited. #67963 (Robert Schulze).
  • Backported in #68120: Fixed skipping of untouched parts in mutations with new analyzer. Previously with enabled analyzer data in part could be rewritten by mutation even if mutation doesn't affect this part according to predicate. #68052 (Anton Popov).

NOT FOR CHANGELOG / INSIGNIFICANT