DELTA_CLONE_INCOMPATIBLE_SOURCE error condition

SQLSTATE: 0AKDC

The clone source has valid format, but has unsupported feature with Delta.

HAS_INDEXES

Table <tableName> has indexes: <indexNames>. Drop the indexes before cloning.

ICEBERG_HIVE_STYLE_PARTITION

Hive-style partitioned Apache Iceberg table cannot be represented as an unpartitioned Delta table.

ICEBERG_MISSING_PARTITION_SPECS

Source Apache Iceberg table has no partition specs in table.

ICEBERG_PARTITION_EVOLUTION_REQUIRES_FORCE_REFRESH

Foreign Apache Iceberg table has multiple partition specs. Run REFRESH TABLE ... FORCE on this table to make it readable.

ICEBERG_UNDERGONE_PARTITION_EVOLUTION

Source Apache Iceberg table has undergone partition evolution.