Skip to content

v0.48.4-public

Choose a tag to compare

@idleyui idleyui released this 03 Jun 12:27
· 18 commits to release/0.48.x since this release

Changelog

[0.48.4-public] - 2024-06-04

New

  • Use table-api to write MaxCompute tables, now supports JSON and TIMESTAMP_NTZ types
  • odps-sdk-udf functions 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表,现在支持JSONTIMESTAMP_NTZ类型
  • odps-sdk-udf 功能继续完善

变更

  • Table.read() 接口在遇到 Decimal 类型时,目前将默认去掉尾部的 0(但不会使用科学计数法)

修复

  • 修复了 ArrayRecord 针对 JSON 类型不支持 getBytes 方法的问题