Skip to content

3.5.13

Latest

Choose a tag to compare

@yingtingdong yingtingdong released this 13 Feb 01:29
· 3804 commits to main since this release
dca7c0a

3.5.13

Release Date: February 13, 2026

Improvements

  • Added an FE configuration enable_table_metrics_collect to control the collection of table-level metrics. #68691
  • Supports setting the default Warehouse for Merge Commit at user level. #68616

Bug fixes

The following issues have been fixed:

  • Issue with source partition checking in replication transactions. #68883
  • Used labels were not identified when labels were specified in BEGIN TRANSACTION. #68660
  • JOIN ON clause bug with CTE scope. #68809
  • Overlapping range partitions can be created when an explicit lower bound is provided. #68255
  • Incorrect parser logic when SQL dialect downgrades from Trino to StarRocks. #68725
  • Issue with pruning projection columns. #68242
  • Issue with subquery scope check. #68415
  • Unmatched type cast in the function analyzer. #66749
  • Incorrect candidate materialized view selection logic. #68571
  • The Thrift accept thread exits on exception. #68644
  • Inaccurate Iceberg data file size estimation. #68787
  • Lake table memory leak issue. #68678
  • Deadlock when the HMS connection pool is full. #68033
  • Iceberg delete column nullability issue. #68649
  • Materialized views hold large external tables. #68171
  • Iceberg table cache memory limit issue. #67769
  • Wrong timeout parameter is used for PocoHttpClient. #68765
  • BE compile failure with Clang. #68805
  • Materialized view was reloaded multiple times during startup. #62351
  • CVE-2025-27821. #68529
  • Variadic functions return incorrect date values in certain scenarios. #67947