3.1.13
版本发布时间: 2024-06-26 12:50:22
StarRocks/starrocks最新发布版本:3.2.11(2024-09-09 16:28:06)
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