Skip to content

3.2.13

Latest
Compare
Choose a tag to compare
@yingtingdong yingtingdong released this 13 Dec 06:58
· 6121 commits to main since this release
f0965dc

Release date: December 13, 2024

Improvements

  • Supports setting a time range within which Base Compaction is forbidden for a specific table. #50120

Bug Fixes

Fixed the following issues:

  • The loadRowsRate field returned 0 after executing SHOW ROUTINE LOAD. #52151
  • The Files() function read columns that were not queried. #52210
  • Prometheus failed to parse materialized view metrics with special characters in their names. (Now materialized view metrics support tags.) #52782
  • The array_map function caused BE to crash. #52909
  • Metadata Cache issues caused BE to crash. #52968
  • Routine Load tasks were canceled due to expired transactions. (Now tasks are canceled only if the database or table no longer exists). #50334
  • Stream Load failures when submitted using HTTP 1.0. #53010 #53008
  • Issues related to Glue and S3 integration: #48433
    • Some error messages did not display the root cause.
    • Error messages for writing to a Hive partitioned table with the partition column of type STRING when Glue was used as the metadata service.
    • Dropping Hive tables failed without proper error messages when the user lacked sufficient permissions.
  • The storage_cooldown_time property for materialized views did not take effect when set to maximum. #52079