ClickHouse/docs/changelogs/v24.7.3.42-stable.md

5.8 KiB

sidebar_position sidebar_label
1 2024

2024 Changelog

ClickHouse release v24.7.3.42-stable (63730bc429) FIXME as compared to v24.7.2.13-stable (6e41f601b2)

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

Critical Bug Fix (crash, LOGICAL_ERROR, data loss, RBAC)

  • Backported in #67818: Only relevant to the experimental Variant data type. Fix crash with Variant + AggregateFunction type. #67122 (Kruglov Pavel).
  • Backported in #67766: Fix crash of uniq and uniqTheta with tuple() argument. Closes #67303. #67306 (flynn).
  • Backported in #67854: Fixes #66026. Avoid unresolved table function arguments traversal in ReplaceTableNodeToDummyVisitor. #67522 (Dmitry Novik).
  • Backported in #67840: 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).

NOT FOR CHANGELOG / INSIGNIFICANT