Release date: July 19, 2023
New features
- Queries that contain a different type of join than the materialized view can be rewritten. #25099
Improvements
- StarRocks external tables whose destination cluster is the current StarRocks cluster cannot be created. #25441
- If the queried fields are not included in the output columns of a materialized view but are included in the predicate of the materialized view, the query can still be rewritten. #23028
- Added a new field table_id to the table tables_config in the database Information_schema. You can join tables_config with be_tablets on the column table_id to query the names of the database and table to which a tablet belongs. #24061
Bug Fixes
Fixed the following issues:
- Count Distinct result is incorrect for Duplicate Key tables. #24222
- BEs may crash if the Join key is a large BINARY column. #25084
- The INSERT operation hangs if the length of CHAR data in a STRUCT to be inserted exceeds the maximum CHAR length defined in the STRUCT column. #25942
- The result of coalesce() is incorrect. #26250
- The version number for a tablet is inconsistent between the BE and FE after data is restored. #26518
- Partitions cannot be automatically created for recovered tables. #26813