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

8.2 KiB
Raw Blame History

sidebar_position sidebar_label
1 2024

2024 Changelog

ClickHouse release v24.3.12.75-lts (7cb5dff801) FIXME as compared to v24.3.11.7-lts (28795d0a47)

Improvement

  • Backported in #69607: Improved memory accounting for cgroups v2 to exclude the amount occupied by the page cache. #65470 (Nikita Taranov).

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

  • Backported in #69785: Fix attaching table when pg dbname contains "-" in MaterializedPostgreSQL. #62730 (takakawa).
  • Backported in #69461: Fix expiration in RoleCache. #67748 (Vitaly Baranov).
  • Backported in #68217: Fixed a NULL pointer dereference, triggered by a specially crafted query, that crashed the server via hopEnd, hopStart, tumbleEnd, and tumbleStart. #68098 (Salvatore Mesoraca).
  • Backported in #69437: After unexpected restart, fail to start replication of ReplicatedMergeTree due to abnormal handling of covered-by-broken part. #68584 (baolin).
  • Backported in #69827: Make ColumnsDescription::toString format each column using the same IAST::FormatState object. This results in uniform columns metadata being written to disk and ZooKeeper. #68733 (Miсhael Stetsyuk).
  • Backported in #69294: Fix merging of aggregated data for grouping sets. #68744 (Nikolai Kochetov).
  • Backported in #70470: Fix inf loop after restore replica in the replicated merge tree with zero copy. #69293 (MikhailBurdukov).
  • Backported in #69456: Fix undefined behavior when all connection attempts fail getting a connection for insertions. #69390 (Pablo Marcos).
  • Backported in #69497: Fixed a LOGICAL_ERROR with function sqidDecode (#69450). #69451 (Robert Schulze).
  • Backported in #69724: Keep original order of conditions during move to prewhere. Previously the order could change and it could lead to failing queries when the order is important. #69560 (Pavel Kruglov).
  • Backported in #69668: Fix Keeper multi-request preprocessing after ZNOAUTH error. #69627 (Antonio Andelic).
  • Backported in #69792: Make getHyperrectangleForRowGroup not throw an exception when the data type in parquet file is not convertable into the requested data type. Solved the user's problem when the Parquet file had Decimal64 data type and the column data type was DateTime. #69745 (Miсhael Stetsyuk).
  • Backported in #70089: Now SQL security will work with parameterized views correctly. #69984 (pufit).
  • Backported in #70077: Closes #69752. #69985 (pufit).
  • Backported in #70162: Fix wrong LOGICAL_ERROR when replacing literals in ranges. #70122 (Pablo Marcos).
  • Backported in #70232: Check for Nullable(Nothing) type during ALTER TABLE MODIFY COLUMN/QUERY to prevent tables with such data type. #70123 (Pavel Kruglov).
  • Backported in #70179: Fix data race in ColumnObject/ColumnTuple decompress method that could lead to heap use after free. #70137 (Pavel Kruglov).
  • Backported in #70241: Fix the password being displayed in system.query_log for users with bcrypt password authentication method. #70148 (Nikolay Degterinsky).
  • Backported in #70397: Fix crash when using WITH FILL incorrectly. #70338 (Raúl Marín).

NO CL CATEGORY

NOT FOR CHANGELOG / INSIGNIFICANT