New Features
- [Preview] Supports spilling intermediate computation results of large operators to disks to reduce the memory consumption of large operators. For more information, see Spill to disk.
- Routine Load supports loading Avro-formatted data.
- Supports Microsoft Azure Storage (including Azure Blob Storage and Azure Data Lake Storage).
Improvements
- Shared-data clusters support StarRocks external tables.
- Added load_tracking_logs to Information Schema to record recent loading errors.
- Ignores special characters in CREATE TABLE statements. #23885
Bug Fixes
Fixed the following issues:
- Information returned by SHOW CREATE TABLE is incorrect for Primary Key tables. #24237
- BEs may crash during a Routine Load job. #20677
- Null pointer exception (NPE) occurs if you specify unsupported properties when creating a partitioned table. #21374
- Information returned by SHOW TABLE STATUS is incomplete. #24279