Skip to content

Commit 60ce48f

Browse files
committed
update version to 0.51.8-public
1 parent 0b9a8d2 commit 60ce48f

File tree

21 files changed

+71
-31
lines changed

21 files changed

+71
-31
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.51.8-public] - 2025-02-20
3+
### Changes
4+
- **Record** The `set(String columnName, Object value)` method now ignores the case of `columnName`. The `getColumn` method will always return column names in lowercase.
5+
6+
### Features
7+
- **Table** Added `getMetadataJson` and `getExtendedInfoJson` methods.
8+
- **Partition** Added `getMetadataJson`, `getExtendedInfoJson`, `getCdcSize`, and `getCdcRecordNum` methods.
9+
- **CommandApi** Enhanced the `DescribeTableCommand` to include additional `MetadataJson` and `ExtendedInfoJson` fields in the response.
10+
- **PartitionSpec** Improved error messages for build failures to provide clearer debugging information.
11+
212
## [0.51.7-public] - 2025-02-13
313
### Features
414
- **EPV2** Added support for EPV2 (External Project V2), including `ListTable`, `ListSchema`, `DescribeTable` interfaces

CHANGELOG_CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# 更新日志
2+
## [0.51.8-public] - 2025-02-20
3+
### 变更
4+
- **Record** `set(String columnName, Object value)` 方法现在会忽略 columnName 的大小写。`getColumn` 方法返回的列名将始终为小写。
5+
6+
### 功能
7+
- **Table** 新增`getMetadataJson``getExtendedInfoJson`方法
8+
- **Partition** 新增`getMetadataJson`,`getExtendedInfoJson`,`getCdcSize`,`getCdcRecordNum`方法
9+
- **CommandApi** 增强 DescribeTableCommand,现在将额外返回 `MetadataJson``ExtendedInfoJson` 字段
10+
- **PartitionSpec** 改进构建失败时的报错信息,使报错更加明晰
11+
212
## [0.51.7-public] - 2025-02-13
313
### 功能
414
- **EPV2** 新增对 EPV2(External Project V2)的支持,包括`ListTable`, `ListSchema`, `DescribeTable` 等接口

docs/docs/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ sidebar_position: 6
44
---
55

66
# 更新日志
7+
## [0.51.8-public] - 2025-02-20
8+
### 变更
9+
- **Record** `set(String columnName, Object value)` 方法现在会忽略 columnName 的大小写。`getColumn` 方法返回的列名将始终为小写。
10+
11+
### 功能
12+
- **Table** 新增`getMetadataJson``getExtendedInfoJson`方法
13+
- **Partition** 新增`getMetadataJson`,`getExtendedInfoJson`,`getCdcSize`,`getCdcRecordNum`方法
14+
- **CommandApi** 增强 DescribeTableCommand,现在将额外返回 `MetadataJson``ExtendedInfoJson` 字段
15+
- **PartitionSpec** 改进构建失败时的报错信息,使报错更加明晰
16+
17+
## [0.51.7-public] - 2025-02-13
18+
### 功能
19+
- **EPV2** 新增对 EPV2(External Project V2)的支持,包括`ListTable`, `ListSchema`, `DescribeTable` 等接口
20+
- **MCQA** 在通过 InstanceTunnel 取结果,发生失败回退的场景,加入回退日志
21+
22+
23+
## [0.51.6-public] - 2025-01-26
24+
### 修复
25+
- **TypeInfo** 修复了当 `StructTypeInfo` 嵌套在 `ArrayTypeInfo``MapTypeInfo` 内时,`getTypeName(true)` 方法不会对嵌套内字段名进行 quote 的问题。
26+
727
## [0.51.5-public] - 2025-01-14
828
### 修复
929
- **MCQA2** 修复了 MCQA2 作业,可能会使用tunnel取结果时,无法正确抛出异常的问题

odps-sdk-impl/odps-common-local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.aliyun.odps</groupId>
77
<artifactId>odps-sdk-impl</artifactId>
8-
<version>0.51.7-public</version>
8+
<version>0.51.8-public</version>
99
</parent>
1010
<artifactId>odps-common-local</artifactId>
1111
<packaging>jar</packaging>

odps-sdk-impl/odps-graph-local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.aliyun.odps</groupId>
99
<artifactId>odps-sdk-impl</artifactId>
10-
<version>0.51.7-public</version>
10+
<version>0.51.8-public</version>
1111
</parent>
1212

1313
<artifactId>odps-graph-local</artifactId>

odps-sdk-impl/odps-mapred-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.aliyun.odps</groupId>
99
<artifactId>odps-sdk-impl</artifactId>
10-
<version>0.51.7-public</version>
10+
<version>0.51.8-public</version>
1111
</parent>
1212

1313
<artifactId>odps-mapred-bridge</artifactId>

odps-sdk-impl/odps-mapred-local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.aliyun.odps</groupId>
99
<artifactId>odps-sdk-impl</artifactId>
10-
<version>0.51.7-public</version>
10+
<version>0.51.8-public</version>
1111
</parent>
1212

1313
<artifactId>odps-mapred-local</artifactId>

odps-sdk-impl/odps-udf-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.aliyun.odps</groupId>
99
<artifactId>odps-sdk-impl</artifactId>
10-
<version>0.51.7-public</version>
10+
<version>0.51.8-public</version>
1111
</parent>
1212

1313
<artifactId>odps-udf-example</artifactId>

odps-sdk-impl/odps-udf-local/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.aliyun.odps</groupId>
77
<artifactId>odps-sdk-impl</artifactId>
8-
<version>0.51.7-public</version>
8+
<version>0.51.8-public</version>
99
</parent>
1010
<artifactId>odps-udf-local</artifactId>
1111
<packaging>jar</packaging>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.aliyun.odps</groupId>
3333
<artifactId>odps-udf-example</artifactId>
34-
<version>0.51.7-public</version>
34+
<version>0.51.8-public</version>
3535
</dependency>
3636
</dependencies>
3737

odps-sdk-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.aliyun.odps</groupId>
99
<artifactId>odps</artifactId>
10-
<version>0.51.7-public</version>
10+
<version>0.51.8-public</version>
1111
</parent>
1212

1313
<artifactId>odps-sdk-impl</artifactId>

0 commit comments

Comments
 (0)