IcebergTableUpdate
class 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
Link copied to clipboard
The updated partitioning specification that defines how the table data should be reorganized and partitioned.
Link copied to clipboard
Updated key-value pairs of table properties and configuration settings for the Iceberg table.
Link copied to clipboard
The updated schema definition for the Iceberg table, specifying any changes to field structure, data types, or schema metadata.
Link copied to clipboard
The updated sort order specification that defines how data should be ordered within partitions for optimal query performance.