Skip to content

Commit

Permalink
[Doc] use &lt; and &gt; to replace <> to avoid build failure (#33054)
Browse files Browse the repository at this point in the history
Signed-off-by: hellolilyliuyi <[email protected]>
  • Loading branch information
hellolilyliuyi authored Oct 18, 2023
1 parent 52360c0 commit 0db07bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release_notes/release-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Fixed the following issues:
- Using UDFs may lead to memory leaks in certain cases. [#29467](https://github.com/StarRocks/starrocks/pull/29467) [#29465](https://github.com/StarRocks/starrocks/pull/29465)
- If the ORDER BY clause contains aggregate functions, an error "java.lang.IllegalStateException: null" is returned. [#30108](https://github.com/StarRocks/starrocks/pull/30108)
- If users run queries against data stored in Tencent COS by using their Hive catalog which consists of multiple levels, the query results will be incorrect. [#30363](https://github.com/StarRocks/starrocks/pull/30363)
- If some subcfields of the STRUCT in ARRAY<STRUCT> type data are missing, the data length is incorrect when default values are filled in the missing subcfields during queries, which causes BEs to crash.
- If some subcfields of the STRUCT in ARRAY&lt;STRUCT&gt; type data are missing, the data length is incorrect when default values are filled in the missing subcfields during queries, which causes BEs to crash.
- The version of Berkeley DB Java Edition is upgraded to avoid security vulnerabilities.[#30029](https://github.com/StarRocks/starrocks/pull/30029)
- If users load data into a Primary Key table on which truncate operations and queries are concurrently performed, an error "java.lang.NullPointerException" is thrown in certain cases. [#30573](https://github.com/StarRocks/starrocks/pull/30573)
- If the Schema Change execution time is too long, it may fail because the tablet of the specified version is garbage-collected. [#31376](https://github.com/StarRocks/starrocks/pull/31376)
Expand Down Expand Up @@ -146,7 +146,7 @@ Release date: June 13, 2023
### Improvements

- Predicates in a UNION query can be pushed down after the query is rewritten by an asynchronous materialized view. [#23312](https://github.com/StarRocks/starrocks/pull/23312)
- Optimized the [auto tablet distribution policy](../table_design/Data_distribution.md#determine-the-number-of-tablets) for tables. [#24543](https://github.com/StarRocks/starrocks/pull/24543)
- Optimized the [auto tablet distribution policy](../table_design/Data_distribution.md#determine-the-number-of-buckets) for tables. [#24543](https://github.com/StarRocks/starrocks/pull/24543)
- Removed the dependency of NetworkTime on system clocks, which fixes incorrect NetworkTime caused by inconsistent system clocks across servers. [#24858](https://github.com/StarRocks/starrocks/pull/24858)

### Bug Fixes
Expand Down Expand Up @@ -176,7 +176,7 @@ Release date: June 1, 2023
### Improvements

- Shared-data clusters support using StarRocks external tables to synchronize data with another StarRocks cluster.
- Added `load_tracking_logs` to [Information Schema](../administration/information_schema.md#loadtrackinglogs) to record recent loading errors.
- Added `load_tracking_logs` to [Information Schema](../administration/information_schema.md#load_tracking_logs) to record recent loading errors.
- Ignores special characters in CREATE TABLE statements. [#23885](https://github.com/StarRocks/starrocks/pull/23885)

### Bug Fixes
Expand Down

0 comments on commit 0db07bd

Please sign in to comment.