OVERWRITE

Set the column's type to the new type, executing an incompatible schema change if needed.

Properties

Link copied to clipboard
open override val commitImmediately: Boolean = false

If true, IcebergTableSynchronizer.maybeApplySchemaChanges will commit the schema update itself. If false, the caller is responsible for calling schemaUpdateResult.pendingUpdate?.commit().

Link copied to clipboard
Link copied to clipboard