docs/en/release_notes/release-2.0.md
Release date: August 6, 2022
The following bugs are fixed:
COLUMNS FROM PATH AS parameter, the BEs stop running. #5346/api/query_detail action to return incorrect execution information about SQL statements such as SHOW FRONTENDS. #9185Release date: July 15, 2022
The following bugs are fixed:
Release date: June 13, 2022
The following bugs are fixed:
Release date: May 25, 2022
The following bugs are fixed:
set_sql_limit variable. As a result, the SQL statement ORDER BY LIMIT is ignored, and consequently an incorrect number of rows are returned for queries. #5966stable state. In this case, the JOIN statement does not support Colocate Join operations. StarRocks has been optimized to wait for a little longer during data loading. This way, the integrity of the tablet replicas to which data is loaded can be maximized.Release date: May 13, 2022
Upgrade recommendation: Some critical bugs related to the correctness of stored data or data queries have been fixed in this version. We recommend that you upgrade your StarRocks cluster at your earliest opportunity.
The following bugs are fixed:
[Critical Bug] Data may be lost as a result of BE failures. This bug is fixed by introducing a mechanism that is used to publish a specific version to multiple BEs at a time. #3140
[Critical Bug] If tablets are migrated in specific data ingestion phases, data continues to be written to the original disk on which the tablets are stored. As a result, data is lost, and queries cannot be run properly. #5160
[Critical Bug] When you run queries after you perform multiple DELETE operations, you may obtain incorrect query results if optimization on low-cardinality columns is performed for the queries. #5712
[Critical Bug] If a query contains a JOIN clause that is used to combine a column with DOUBLE values and a column with VARCHAR values, the query result may be incorrect. #5809
In certain circumstances, when you load data into your StarRocks cluster, some replicas of specific versions are marked as valid by the FEs before the replicas take effect. At this time, if you query data of the specific versions, StarRocks cannot find the data and reports errors. #5153
If a parameter in the SPLIT function is set to NULL, the BEs of your StarRocks cluster may stop running. #4092
After your cluster is upgraded from Apache Doris 0.13 to StarRocks 1.19.x and keeps running for a period of time, a further upgrade to StarRocks 2.0.1 may fail. #5309
Release date: April 18, 2022
The following bugs are fixed:
Release date: March 14, 2022
The following bugs are fixed:
Release date: March 2, 2022
The following bugs are fixed:
Release date: January 21, 2022
exec_mem_limit during data loading does not take effect is fixed. #2693
The parameter
exec_mem_limitspecifies each BE node's memory limit during data loading.
StarRocks can use external tables to access Hive and its AWS S3-based external tables. However, the jar file that is used to access S3 data is too large and the binary package of StarRocks does not contain this jar file. If you want to use this jar file, you can download it from Hive_s3_lib.
Release date: January 5, 2022
alter table#725curdate function can not format the date