Skip to content

Commit 4f55da0

Browse files
[Doc] 3.4.7 Release Notes (#62596)
1 parent 4556a91 commit 4f55da0

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

docs/en/release_notes/release-3.4.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ displayed_sidebar: docs
44

55
# StarRocks version 3.4
66

7+
## 3.4.7
8+
9+
Release Date: September 1, 2025
10+
11+
### Bug Fixes
12+
13+
The following issues have been fixed:
14+
15+
- Routine Load jobs did not serialize `max_filter_ratio`. [#61755](https://github.com/StarRocks/starrocks/pull/61755)
16+
- In Stream Load, the `now(precision)` function lost the precision parameter. [#61721](https://github.com/StarRocks/starrocks/pull/61721)
17+
- In Audit Log, the Scan Rows result for `INSERT INTO SELECT` statements was inaccurate. [#61381](https://github.com/StarRocks/starrocks/pull/61381)
18+
- After upgrading the cluster to v3.4.5, the `fslib read iops` metric increased compared to before the upgrade. [#61724](https://github.com/StarRocks/starrocks/pull/61724)
19+
- Queries against SQLServer using JDBC Catalog often got stuck. [#61719](https://github.com/StarRocks/starrocks/pull/61719)
20+
721
## 3.4.6
822

923
Release Date: August 7, 2025

docs/ja/release_notes/release-3.4.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ displayed_sidebar: docs
44

55
# StarRocks version 3.4
66

7+
## 3.4.7
8+
9+
リリース日:2025年9月1日
10+
11+
### バグ修正
12+
13+
以下の問題を修正しました:
14+
15+
- Routine Load ジョブが `max_filter_ratio` をシリアライズしていませんでした。 [#61755](https://github.com/StarRocks/starrocks/pull/61755)
16+
- Stream Load の `now(precision)` 関数で精度パラメータが失われる問題。 [#61721](https://github.com/StarRocks/starrocks/pull/61721)
17+
- Audit Log において、`INSERT INTO SELECT` 文の Scan Rows 結果が正確ではありませんでした。 [#61381](https://github.com/StarRocks/starrocks/pull/61381)
18+
- クラスターを v3.4.5 にアップグレードした後、`fslib read iops` 指標がアップグレード前より高くなる問題。 [#61724](https://github.com/StarRocks/starrocks/pull/61724)
19+
- JDBC Catalog を使用して SQLServer にクエリすると、クエリが頻繁にハングする問題。 [#61719](https://github.com/StarRocks/starrocks/pull/61719)
20+
721
## 3.4.6
822

923
リリース日:2025年8月7日

docs/zh/release_notes/release-3.4.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ displayed_sidebar: docs
44

55
# StarRocks version 3.4
66

7+
## 3.4.7
8+
9+
发布日期:2025 年 9 月 1 日
10+
11+
### 问题修复
12+
13+
修复了如下问题:
14+
15+
- Routine Load 作业未序列化 `max_filter_ratio`[#61755](https://github.com/StarRocks/starrocks/pull/61755)
16+
- Stream Load 的 `now(precision)` 函数存在精度参数丢失。 [#61721](https://github.com/StarRocks/starrocks/pull/61721)
17+
- Audit Log 中,INSERT INTO SELECT 语句的 Scan Rows 结果不准确。[#61381](https://github.com/StarRocks/starrocks/pull/61381)
18+
- 升级集群至 v3.4.5 后,`fslib read iops` 指标相较升级之前升高。[#61724](https://github.com/StarRocks/starrocks/pull/61724)
19+
- 使用 JDBC Catalog 查询 SQLServer,查询经常卡住。[#61719](https://github.com/StarRocks/starrocks/pull/61719)
20+
721
## 3.4.6
822

923
发布日期:2025 年 8 月 7 日

0 commit comments

Comments
 (0)