Share via


DELTA_ICEBERG_WRITER_COMPAT_VIOLATION error condition

SQLSTATE: KD00E

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.

FIELD_ID_DOES_NOT_MATCH_PHYSICAL_NAME

IcebergWriterCompatV<version> requires column mapping field physical names be equal to 'col-[fieldId]', but this is not true for fields: <field_names>, physical names: <physical_names>.

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>

UNSUPPORTED_ICEBERG_TABLE_PROPERTY

IcebergWriterCompatV<version> does not support Iceberg table property '<key>'.

WRONG_REQUIRED_TABLE_PROPERTY

IcebergWriterCompatV<version> requires table property '<key>' to be set to '<requiredValue>'. Current value: '<actualValue>'.