classe di errore DELTA_ICEBERG_COMPAT_VIOLATION
La convalida di IcebergCompatV<version>
non è riuscita.
CHANGE_VERSION_NEED_REWRITE
Passaggio a IcebergCompatV<newVersion>`` requires rewriting the table. Please run ``REORG TABLE APPLY (UPGRADE UNIFORM
(“ICEBERG_COMPAT_VERSION = <newVersion>
”);
Si noti che REORG
abilita la funzionalità della tabella IcebergCompatV<newVersion>
e che altre versioni di runtime di Databricks, prive di tale supporto per la funzionalità della tabella, potrebbero non essere in grado di scrivere nella tabella.
COMPAT_VERSION_NOT_SUPPORTED
IcebergCompatVersion = <version>
non è supportato. Le versioni supportate sono comprese tra 1 e <maxVersion>
DELETION_VECTORS_NOT_PURGED
Comando IcebergCompatV<version>`` requires Deletion Vectors to be completely purged from the table. Please run the ``REORG TABLE APPLY (PURGE
).
DELETION_VECTORS_SHOULD_BE_DISABLED
IcebergCompatV<version>`` requires Deletion Vectors to be disabled on the table first. Then run ``REORG PURGE
comando per eliminare i vettori di eliminazione nella tabella.
DISABLING_REQUIRED_TABLE_FEATURE
IcebergCompatV<version>`` requires feature ``<feature>`` to be supported and enabled. You cannot drop it from the table. Instead, please disable IcebergCompatV``<version>
per primo.
FILES_NOT_ICEBERG_COMPAT
L'abilitazione di Uniform Iceberg con IcebergCompatV<version>
richiede che tutti i file siano compatibili con l'iceberg.
Ci sono <addFilesCount>
file nella versione <tableVersion>
della tabella e <addFilesWithoutTag>
i file non sono compatibili con iceberg, che in genere è un risultato di scrittura simultanea.
Eseguire di nuovo il comando REORG TABLE
tabella APPLY (UPGRADE UNIFORM (ICEBERG_COMPAT_VERSION=<version>
).
INCOMPATIBLE_TABLE_FEATURE
IcebergCompatV<version>`` is incompatible with feature ``<feature>
.
MISSING_REQUIRED_TABLE_FEATURE
IcebergCompatV<version>`` requires feature ``<feature>
da supportare e abilitare.
REPLACE_TABLE_CHANGE_PARTITION_NAMES
IcebergCompatV<version>
non supporta la sostituzione delle tabelle partizionate con una specifica di partizione denominata diversamente, perché Iceberg-Spark 1.1.0 non lo supporta.
Specifica di partizione preliminare: <prevPartitionSpec>
Nuova specifica di partizione: <newPartitionSpec>
REWRITE_DATA_FAILED
Impossibile riscrivere i dati in IcebergCompatV<version>
.
Eseguire di nuovo il comando tabella REORG TABLE
APPLY (UPGRADE UNIFORM (ICEBERG_COMPAT_VERSION=<version>
.
UNSUPPORTED_DATA_TYPE
IcebergCompatV<version>`` does not support the data type ``<dataType>
nello schema. Schema:
<schema>
VERSION_MUTUAL_EXCLUSIVE
È possibile abilitare una sola versione di IcebergCompat. Disabilitare esplicitamente tutte le altre versioni di IcebergCompat non necessarie.
WRONG_REQUIRED_TABLE_PROPERTY
IcebergCompatV<version>`` requires table property '``<key>``' to be set to '``<requiredValue>``'. Current value: '``<actualValue>
'.