v0.48.4-public
·
18 commits
to release/0.48.x
since this release
Changelog
[0.48.4-public] - 2024-06-04
New
- Use
table-apito write MaxCompute tables, now supportsJSONandTIMESTAMP_NTZtypes odps-sdk-udffunctions continue to be improved
Change
- When the Table.read() interface encounters the Decimal type, it will currently remove the trailing 0 by default (but will not use scientific notation)
Fix
- Fixed the problem that ArrayRecord does not support the getBytes method for JSON type
更新日志
[0.48.4-public] - 2024-06-04
新增
- 使用
table-api写MaxCompute表,现在支持JSON和TIMESTAMP_NTZ类型 odps-sdk-udf功能继续完善
变更
- Table.read() 接口在遇到 Decimal 类型时,目前将默认去掉尾部的 0(但不会使用科学计数法)
修复
- 修复了 ArrayRecord 针对 JSON 类型不支持 getBytes 方法的问题