v0.51.8-public
·
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 ofcolumnName
. ThegetColumn
method will always return column names in lowercase.
Features
- Table Added
getMetadataJson
andgetExtendedInfoJson
methods. - Partition Added
getMetadataJson
,getExtendedInfoJson
,getCdcSize
, andgetCdcRecordNum
methods. - CommandApi Enhanced the
DescribeTableCommand
to include additionalMetadataJson
andExtendedInfoJson
fields in the response. - PartitionSpec Improved error messages for build failures to provide clearer debugging information.