Release Date: June 10, 2025
Improvements
- Storage Volume now supports ADLS2 using Managed Identity as the credential. #58454
- For partitions based on complex time function expressions, partition pruning works well for partitions based on most DATETIME-related functions
- Supports loading Avro data files from Azure using the
FILESfunction. #58131 - When Routine Load encounters invalid JSON data, the consumed partition and offset information is logged in the error log to facilitate troubleshooting. #55772
Bug Fixes
The following issues have been fixed:
- Concurrent queries accessing the same partition in a partitioned table caused Hive Metastore to hang. #58089
- Abnormal termination of
INSERTtasks caused the job to remain in theQUEUEINGstate. #58603 - After upgrading the cluster from v3.4.0 to v3.4.2, a large number of tablet replicas encounter exceptions. #58518
- FE OOM caused by incorrect
UNIONexecution plans. #59040 - Invalid database IDs during partition recycling could cause FE startup to fail. #59666
- After a failed FE CheckPoint operation, the process could not exit properly, resulting in blocking. #58602