Bug Fixes
The following bugs are fixed:
-
Query result may be inaccurate when you query an Hive external table stored as a text file. #11546
-
Nested arrays are not supported when you query Parquet files. #10983
-
Queries or a query may time out if concurrent queries that read data from StarRocks and external data sources are routed to the same resource group, or a query reads data from StarRocks and external data sources. #10983
-
When the Pipeline execution engine is enabled by default, the parameter parallel_fragment_exec_instance_num is changed to 1. It will cause data loading by using INSERT INTO to be slow. #11462
-
BE may crash if there are mistakes when a expression is initialized. #11396
-
The error heap-buffer-overflow may occur if you execute ORDER BY LIMIT. #11185
-
Schema change fails if you restart Leader FE in the meantime. #11561