Release date: June 30, 2023
Improvements
- Optimized the error message reported when partitions are added to a non-partitioned table. #25266
- Optimized the auto tablet distribution policy for tables. #24543
- Optimized the default comments in the CREATE TABLE statement. #24803
- You can initiate synchronous manual refresh tasks for asynchronous materialized views using REFRESH MATERIALIZED VIEW WITH SYNC MODE. #25910
Bug Fixes
Fixed the following issues:
- The COUNT result of an asynchronous materialized view may be inaccurate if the materialized view is built on Union results. #24460
- "Unknown error" is reported when users attempt to forcibly reset the root password. #25492
- Inaccurate error message is displayed when INSERT OVERWRITE is executed on a cluster with less than three alive BEs. #25314