Disallow using _change_type, _commit_version, and _commit_timestamp as
column names when creating a table or adding a column with
change data feed. (#16913)
Disallow enabling change data feed when the table contains
_change_type, _commit_version and _commit_timestamp columns. (#16913)
Fix incorrect results when reading INT32 values without a decimal logical
annotation in Parquet files. (#16938)
Deprecate the getSchemaProperties() and getSchemaOwner() methods in
ConnectorMetadata in favor of versions that accept a String for the schema
name rather than CatalogSchemaName. (#16862)