3.1.2
Release date: August 25, 2023
Bug Fixes
Fixed the following issues:
- If a user specifies which database is to be connected by default and the user only has permissions on tables in the database but does not have permissions on the database, an error stating that the user does not have permissions on the database is thrown. #29767
- The values returned by the RESTful API action show_data for cloud-native tables are incorrect. #29473
- BEs crash if queries are canceled while the array_agg() function is being run. #29400
- The Default field values returned by the SHOW FULL COLUMNS statement for columns of the BITMAP or HLL data type are incorrect. #29510
- If the array_map() function in queries involves multiple tables, the queries fail due to pushdown strategy issues. #29504
Queries against ORC-formatted files fail because the bugfix ORC-1304 (apache/orc#1299) from Apache ORC is not merged. #29804
Behavior Change
-
For a newly deployed StarRocks v3.1 cluster, you must have the USAGE privilege on the destination external catalog if you want to run SET CATALOG to switch to that catalog. You can use GRANT to grant the required privileges.
-
For a v3.1 cluster upgraded from an earlier version, you can run SET CATALOG with inherited privilege.