commitImmediately

open override val commitImmediately: Boolean = true

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