IcebergTableUpdate
Defines a complete set of updates to be applied to an Iceberg table, including schema changes, partitioning modifications, sort order adjustments, location updates, and property changes.
Types
Properties
The type of update action to be performed on the Iceberg table. Defines the specific operation such as adding schema, setting current schema, adding partition spec, or managing encryption keys.
Encryption key information associated with an Iceberg table update operation. Used when adding or removing encryption keys from the table metadata during table evolution.
The updated partitioning specification that defines how the table data should be reorganized and partitioned.
Updated key-value pairs of table properties and configuration settings for the Iceberg table.
The updated schema definition for the Iceberg table, specifying any changes to field structure, data types, or schema metadata.
The updated sort order specification that defines how data should be ordered within partitions for optimal query performance.