2.3.5
版本发布时间: 2022-12-02 15:06:26
StarRocks/starrocks最新发布版本:3.2.11(2024-09-09 16:28:06)
Improvements
- Colocate Join supports Equi Join. #13546
- Fix the problem that primary key index files are too large due to continuously appending WAL records when data is frequently loaded. #12862
- FE scans all tablets in batches so that FE releases db.readLock at scanning intervals in case of holding db.readLock for too long. #13070
Bug Fixes The following bugs are fixed:
- When a view is created based directly on the result of UNION ALL, and the UNION ALL operator's input columns include NULL values, the schema of the view is incorrect since the data type of columns is NULL_TYPE rather than UNION ALL's input columns. #13917
- The query result of SELECT * FROM ... and SELECT * FROM ... LIMIT ... is inconsistent. #13585
- External tablet metadata synchronized to FE may overwrite local tablet metadata, which causes data loading from Flink to fail. #12579
- BE nodes crash when null filter in Runtime Filter handles literal constants. #13526
- An error is returned when you execute CTAS. #12388
- The metrics ScanRows collected by pipeline engine in audit log may be wrong. #12185
- The query result is incorrect when you query compressed HIVE data. #11546
- Queries are timeout and StarRocks responds slowly after a BE node crashes. #12955
- The error of Kerberos authentication failure occurs when you use Broker Load to load data. #13355
- Too many OR predicates cause statistics estimation to take too long. #13086
- BE node crashes if Broker Load loads ORC files (Snappy compression) contain uppercase column names. #12724
- An error is returned when unloading or querying Primary Key table takes more than 30 minutes. #13403
- The backup task fails when you back up large data volumes to HDFS by using a broker. #12836
- The data StarRocks read from Iceberg may be incorrect, which is caused by the parquet_late_materialization_enable parameter. #13132
- An error failed to init view stmt is returned when a view is created. #13102
- An error is returned when you use JDBC to connect StarRock and execute SQL statements. #13526
- The query is timeout because the query involves too many buckets and uses tablet hint. #13272
- A BE node crashes and cannot be restarted, and in the meantime, the loading job into a newly built table reports an error. #13701
- All BE nodes crash when a materialized view is created. #13184
- When you execute ALTER ROUTINE LOAD to update the offset of consumed partitions, an error The specified partition 1 is not in the consumed partitionsmay be returned, and followers eventually crash. #12227