Skip to content

Commit

Permalink
[Doc] 3.2.13 Release notes (#53922)
Browse files Browse the repository at this point in the history
Signed-off-by: 絵空事スピリット <[email protected]>
  • Loading branch information
EsoragotoSpirit authored Dec 13, 2024
1 parent 9f37188 commit 1fece60
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/en/release_notes/release-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ displayed_sidebar: docs

# StarRocks version 3.2

## 3.2.13

Release date: December 13, 2024

### Improvements

- Supports setting a time range within which Base Compaction is forbidden for a specific table. [#50120](https://github.com/StarRocks/starrocks/pull/50120)

### Bug Fixes

Fixed the following issues:

- The `loadRowsRate` field returned `0` after executing SHOW ROUTINE LOAD. [#52151](https://github.com/StarRocks/starrocks/pull/52151)
- The `Files()` function read columns that were not queried. [#52210](https://github.com/StarRocks/starrocks/pull/52210)
- Prometheus failed to parse materialized view metrics with special characters in their names. (Now materialized view metrics support tags.) [#52782](https://github.com/StarRocks/starrocks/pull/52782)
- The `array_map` function caused BE to crash. [#52909](https://github.com/StarRocks/starrocks/pull/52909)
- Metadata Cache issues caused BE to crash. [#52968](https://github.com/StarRocks/starrocks/pull/52968)
- Routine Load tasks were canceled due to expired transactions. (Now tasks are canceled only if the database or table no longer exists). [#50334](https://github.com/StarRocks/starrocks/pull/50334)
- Stream Load failures when submitted using HTTP 1.0. [#53010](https://github.com/StarRocks/starrocks/pull/53010) [#53008](https://github.com/StarRocks/starrocks/pull/53008)
- Issues related to Glue and S3 integration: [#48433](https://github.com/StarRocks/starrocks/pull/48433)
- Some error messages did not display the root cause.
- Error messages for writing to a Hive partitioned table with the partition column of type STRING when Glue was used as the metadata service.
- Dropping Hive tables failed without proper error messages when the user lacked sufficient permissions.
- The `storage_cooldown_time` property for materialized views did not take effect when set to `maximum`. [#52079](https://github.com/StarRocks/starrocks/pull/52079)

## 3.2.12

Release date: October 23, 2024
Expand Down
25 changes: 25 additions & 0 deletions docs/zh/release_notes/release-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ displayed_sidebar: docs

# StarRocks version 3.2

## 3.2.13

发布日期:2024 年 12 月 13 日

### 功能优化

- 支持对单个表设置禁止进行 Base Compaction 的时间范围。[#50120](https://github.com/StarRocks/starrocks/pull/50120)

### 问题修复

修复了如下问题:

- 执行 SHOW ROUTINE LOAD 后 `loadRowsRate` 字段返回为 `0`[#52151](https://github.com/StarRocks/starrocks/pull/52151)
- 函数 `F``iles()` 读取文件时读取未被查询的列。 [#52210](https://github.com/StarRocks/starrocks/pull/52210)
- Prometheus 不能解析含有特殊符号名称的物化视图相关指标(当前物化视图统计指标支持 Tag)。[#52782](https://github.com/StarRocks/starrocks/pull/52782)
- 函数 `array_map` 导致 BE Crash。[#52909](https://github.com/StarRocks/starrocks/pull/52909)
- Metadata Cache 导致 BE Crash 问题。[#52968](https://github.com/StarRocks/starrocks/pull/52968)
- Routine Load 因事务过期而导致任务取消(当前仅有数据库或表不存在任务才会被取消)。[#50334](https://github.com/StarRocks/starrocks/pull/50334)
- 通过 HTTP 1.0 提交的 Stream Load 失败。[#53010](https://github.com/StarRocks/starrocks/pull/53010) [#53008](https://github.com/StarRocks/starrocks/pull/53008)
- 一些和 Glue、S3 集成相关的问题:[#48433](https://github.com/StarRocks/starrocks/pull/48433)
- 部分报错信息未能展示根源报错原因。
- 使用 Glue 作为元数据服务时,写入分区列为 SRTING 类型的 Hive 分区表的报错。
- 删除 Hive 表时,用户权限不足但系统并未报错。
- 物化视图属性 `storage_cooldown_time` 设置为 `maximum` 不生效。[#52079](https://github.com/StarRocks/starrocks/pull/52079)

## 3.2.12

发布日期:2024 年 10 月 23 日
Expand Down

0 comments on commit 1fece60

Please sign in to comment.