Clase de error DELTA_ICEBERG_COMPAT_VIOLATION
Se ha producido un error en la validación de IcebergCompatV<version>
.
CHANGE_VERSION_NEED_REWRITE
Cambiar a IcebergCompatV<newVersion>`` requires rewriting the table. Please run ``REORG TABLE APPLY (UPGRADE UNIFORM
('ICEBERG_COMPAT_VERSION = <newVersion>
')
Tenga en cuenta que REORG
habilita la función de tabla IcebergCompatV<newVersion>
y otras versiones en tiempo de ejecución de Databricks que no tienen soporte para esa función de tabla podrían no poder escribir en la tabla.
COMPAT_VERSION_NOT_SUPPORTED
No se admite IcebergCompatVersion = <version>
. Las versiones compatibles son las comprendidas entre la 1 y <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
Comando IcebergCompatV<version>`` requires Deletion Vectors to be disabled on the table first. Then run ``REORG PURGE
para purgar los vectores de eliminación de la tabla.
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>
primero.
FILES_NOT_ICEBERG_COMPAT
La habilitación de Uniform Iceberg con IcebergCompatV<version>
requiere que todos los archivos sean compatibles con iceberg.
Hay archivos <addFilesCount>
en la versión de la tabla <tableVersion>
y los archivos <addFilesWithoutTag>
no son compatibles con iceberg, lo que suele ser un resultado de escritura simultánea.
Vuelva a ejecutar el comando REORG TABLE
table 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>
que se va a admitir y habilitar.
REPLACE_TABLE_CHANGE_PARTITION_NAMES
IcebergCompatV<version>
no admite la sustitución de tablas con particiones con una especificación de partición con nombre diferente, ya que Iceberg-Spark 1.1.0 no lo hace.
Especificación de partición anterior: <prevPartitionSpec>
Especificación de partición nueva: <newPartitionSpec>
REWRITE_DATA_FAILED
Error al reescribir datos en IcebergCompatV<version>
.
Vuelva a ejecutar el comando REORG TABLE
table APPLY (UPGRADE UNIFORM (ICEBERG_COMPAT_VERSION=<version>
).
UNSUPPORTED_DATA_TYPE
IcebergCompatV<version>`` does not support the data type ``<dataType>
en el esquema. El esquema:
<schema>
UNSUPPORTED_TYPE_WIDENING
IcebergCompatV<version>
es incompatible con un cambio de tipo aplicado a esta tabla.
El campo <fieldPath>
se cambió de <prevType>
a <newType>
.
VERSION_MUTUAL_EXCLUSIVE
Solo se puede habilitar una versión de IcebergCompat, deshabilite explícitamente todas las demás versiones de IcebergCompat que no sean necesarias.
WRONG_REQUIRED_TABLE_PROPERTY
IcebergCompatV<version>`` requires table property '``<key>``' to be set to '``<requiredValue>``'. Current value: '``<actualValue>
’.