Skip to content

3.3.14

Compare
Choose a tag to compare
@wangsimo0 wangsimo0 released this 16 May 06:59
· 5566 commits to main since this release
2ce6e68

Release Date: May 14, 2025

Improvements

Bug Fixes

Fixed the following issues:

  • Issues with the JSON data type in first_value/last_value/lead/lag window functions. #58697
  • Deadlock caused by table-level locks from base tables during materialized view writes (after the bug fix, DB-level locks are used). #58615
  • INSERT tasks hang when the target table is deleted. #58603
  • Failure to change active/inactive state of materialized views with List partitions. #58575
  • Incorrect streaming_load_current_processing metric. #58565
  • Data version update errors caused by continuous loading and replica clone tasks. #58513
  • Failed to refresh materialized views on external tables. #58506
  • Incorrect if() results on ARM architecture. #58455
  • Materialized view rewriting generated incorrect query plans. #58487
  • Iceberg table metadata did not refresh automatically. #58490
  • Incorrect query plan generated by group_concat. #57908
  • Mass Tablet load failures caused by unhandled exceptions during loading. #58393
  • Constant folding failed due to type mismatches while pruning List partitions with generated columns (after the bug fix, an implicit cast rule was added). #54543
  • Mismatch between aggregate function return type and original column type (after the bug fix, the column type is cast to the function output type). #58407
  • broadcast_row_limit set to 0 or below failed to prevent BROADCAST JOIN generation. #58307
  • Broker Load used BE nodes that had already been blacklisted. #58350
  • Asynchronous tasks persist in the background and cannot be dropped after manually cancelling materialized view refresh tasks. #58310
  • Failed to create expression partitions with month or year granularity. #58182
  • ngram_search generated invalid query plans. #58190