DELTA_VIOLATE_TABLE_PROPERTY_VALIDATION_FAILED error class

SQLSTATE: 0A000

The validation of the properties of table <table> has been violated:

EXISTING_DELETION_VECTORS_WITH_INCREMENTAL_MANIFEST_GENERATION

Symlink manifest generation is unsupported while deletion vectors are present in the table.

In order to produce a version of the table without deletion vectors, run ‘REORG TABLE <table> APPLY (PURGE)’.

PERSISTENT_DELETION_VECTORS_IN_NON_PARQUET_TABLE

Persistent deletion vectors are only supported on Parquet-based Delta tables.

PERSISTENT_DELETION_VECTORS_WITH_INCREMENTAL_MANIFEST_GENERATION

Persistent deletion vectors and incremental symlink manifest generation are mutually exclusive.