DELTA_ICEBERG_COMPAT_V1_VIOLATION error class
The validation of IcebergCompatV1 has failed.
DISABLING_REQUIRED_TABLE_FEATURE
IcebergCompatV1 requires feature <feature>
to be supported and enabled. You cannot drop it from the table. Instead, please disable IcebergCompatV1 first.
MISSING_REQUIRED_TABLE_FEATURE
IcebergCompatV1 requires feature <feature>
to be supported and enabled.
REPLACE_TABLE_CHANGE_PARTITION_NAMES
IcebergCompatV1 doesn’t support replacing partitioned tables with a differently-named partition spec, because Iceberg-Spark 1.1.0 doesn’t.
Prev Partition Spec: <prevPartitionSpec>
New Partition Spec: <newPartitionSpec>