DELTA_ICEBERG_WRITER_COMPAT_VIOLATION error condition
The validation of IcebergWriterCompatV<version>
has failed.
DISABLING_REQUIRED_TABLE_FEATURE
IcebergWriterCompatV<version>
requires feature <feature>
to be supported and enabled. You cannot drop it from the table.
INCOMPATIBLE_TABLE_FEATURE
IcebergWriterCompatV<version>
is incompatible with feature <feature>
.
MISSING_REQUIRED_TABLE_FEATURE
IcebergWriterCompatV<version>
requires feature <feature>
to be supported and enabled.
UNSUPPORTED_DATA_TYPE
IcebergWriterCompatV<version>
does not support the data type <dataType>
in your schema. Your schema:
<schema>
WRONG_REQUIRED_TABLE_PROPERTY
IcebergWriterCompatV<version>
requires table property '<key>
' to be set to '<requiredValue>
'. Current value: '<actualValue>
'.