Skip to content

Release notes 3.1.13

Compare
Choose a tag to compare
@jaogoy jaogoy released this 26 Jun 04:50
· 7418 commits to main since this release
d9d3ed7

Release date: June 26, 2024

Improvements

  • The Broker process supports access to Tencent Cloud COS Posix buckets. Users can load data from COS Posix buckets using Broker Load or unload data to COS Posix buckets using the SELECT INTO OUTFILE statement. #46597
  • Supports viewing comments of Hive tables in Hive Catalogs using SHOW CREATE TABLE. #37686
  • Optimized the evaluation time of Conjunct in WHERE clauses, such as multiple LIKE clauses on the same column or CASE WHEN expressions. #46914

Bug Fixes

Fixed the following issues:

  • DELETE statements fail in shared-data clusters if there are excessive number of partitions to be deleted. #46229