DELTA_ICEBERG_COMPAT_V1_VIOLATION error class
The validation of IcebergCompatV1 has failed.
IcebergCompatV1 requires feature <feature>
to be supported and enabled. You cannot drop it from the table. Instead, please disable IcebergCompatV1 first.
IcebergCompatV1 is incompatible with feature <feature>
.
IcebergCompatV1 requires feature <feature>
to be supported and enabled.
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>
IcebergCompatV1 doesn't support schema with MapType or ArrayType or NullType. Your schema:
<schema>
IcebergCompatV1 requires table property '<key>
' to be set to '<requiredValue>
'. Current value: '<actualValue>
'.