Bug Fixes
The following bugs are fixed:
- Data may be lost when JSON data is loaded. [11054](https://github.com/StarRocks/starrocks/issues/11054)
- The output from SHOW FULL TABLES is incorrect. [11126](https://github.com/StarRocks/starrocks/issues/11126)
- In previous versions, to access data in a view, users must have permissions on both the base tables and the view. In the current version, users are only required to have permissions on the view. [11290](https://github.com/StarRocks/starrocks/pull/11290)
- The result from a complex query that is nested with EXISTS or IN is incorrect. [11415](https://github.com/StarRocks/starrocks/pull/11415)
- REFRESH EXTERNAL TABLE fails when the schema of the corresponding Hive table is changed. [11406](https://github.com/StarRocks/starrocks/pull/11406)
- An error may occur when a non-leader FE replays the bitmap index creation operation. [11261](https://github.com/StarRocks/starrocks/pull/11261)