Skip to content

3.1.16

Compare
Choose a tag to compare
@jaogoy jaogoy released this 16 Dec 12:07
· 8356 commits to main since this release
76526c0

Release date: December 16, 2024

Improvements

  • Optimized table-related statistics. #50316

Bug Fixes

Fixed the following issues:

  • Insufficient granularity in error code handling for disk full scenarios caused the BE to mistakenly identify disk errors and delete data. #51411
  • Stream Load failures when submitted using HTTP 1.0. #53010 #53008
  • Routine Load tasks were canceled due to expired transactions (now tasks are canceled only if the database or table no longer exists and paused when transactions expired). #50334
  • Unloading data using EXPORT with Broker to file:// resulted in a file rename error, causing the export to fail. #52544
  • If the join condition in an equal-join is an expression based on a low-cardinality column, the system may incorrectly push down a Runtime Filter predicate, leading to a BE crash. #50690