3.2.10
版本发布时间: 2024-08-23 14:13:11
StarRocks/starrocks最新发布版本:3.2.11(2024-09-09 16:28:06)
Release date: August 23, 2024
Improvements
- Files() will automatically convert
BYTE_ARRAY
data with alogical_type
ofJSON
in Parquet files to the JSON type in StarRocks. #49385 - Optimized error messages for Files() when Access Key ID and Secret Access Key are missing. #49090
-
information_schema.columns
supports theGENERATION_EXPRESSION
field. #49734
Bug Fixes
Fixed the following issues:
- Downgrading a v3.3 shared-data cluster to v3.2 after setting the Primary Key table property
"persistent_index_type" = "CLOUD_NATIVE"
causes a crash. #48149 - Exporting data to CSV files using SELECT INTO OUTFILE may cause data inconsistency. #48052
- Queries encounter failures during concurrent query execution. #48180
- Queries would hang due to a timeout in the Plan phase without exiting. #48405
- After disabling index compression for Primary Key tables in older versions and then upgrading to v3.2.9, accessing
page_off
information causes an array out-of-bounds crash. #48230 - BE crash caused by concurrent execution of ADD/DROP COLUMN operations. #49355
- Queries against negative
TINYINT
values in ORC format files returnNone
on the aarch64 architecture. #49517 - If the disk write operation fails, failures of
l0
snapshots for Primary Key Persistent Index may cause data loss. #48045 - Partial Update in Column mode for Primary Key tables fails under scenarios with large-volume data updates. #49054
- BE crash caused by Fast Schema Evolution when downgrading a v3.3.0 shared-data cluster to v3.2.9. #42737
-
partition_linve_nubmer
does not take effect. #49213 - The conflict between index persistence and compaction in Primary Key tables could cause clone failures. #49341
- Modifications of
partition_line_number
using ALTER TABLE do not take effect. #49437 - Rewrite of CTE distinct grouping sets generates an invalid plan. #48765
- RPC failures polluted the thread pool. #49619
- authentication failure issues when loading files from AWS S3 via PIPE. #49837
Behavior Changes
- Added a check for the
meta
directory in the FE startup script. If the directory does not exist, it will be automatically created. #48940 - Added a memory limit parameter
load_process_max_memory_hard_limit_ratio
for data loading. If memory usage exceeds the limit, subsequent loading tasks will fail. #48495