Skip to content

v0.51.8-public

Compare
Choose a tag to compare
@idleyui idleyui released this 20 Feb 09:30
· 16 commits to release/0.51.x since this release

Changelog

[0.51.8-public] - 2025-02-20

Changes

  • Record The set(String columnName, Object value) method now ignores the case of columnName. The getColumn method will always return column names in lowercase.

Features

  • Table Added getMetadataJson and getExtendedInfoJson methods.
  • Partition Added getMetadataJson, getExtendedInfoJson, getCdcSize, and getCdcRecordNum methods.
  • CommandApi Enhanced the DescribeTableCommand to include additional MetadataJson and ExtendedInfoJson fields in the response.
  • PartitionSpec Improved error messages for build failures to provide clearer debugging information.