Delen via


foutklasse DELTA_ICEBERG_COMPAT_VIOLATION

SQLSTATE: KD00E

De validatie van IcebergCompatV<version> is mislukt.

CHANGE_VERSION_NEED_REWRITE

Overschakelen naar IcebergCompatV<newVersion>`` requires rewriting the table. Please run ``REORG TABLE APPLY (UPGRADE UNIFORM ('ICEBERG_COMPAT_VERSION = <newVersion>'));

Houd er rekening mee dat REORG de tabelfunctie IcebergCompatV<newVersion> inschakelt en dat andere Databricks-runtimeversies zonder ondersteuning voor die tabelfunctie mogelijk niet naar de tabel kunnen schrijven.

COMPAT_VERSION_NOT_SUPPORTED

IcebergCompatVersion = <version> wordt niet ondersteund. Ondersteunde versies liggen tussen 1 en <maxVersion>

DELETION_VECTORS_NOT_PURGED

IcebergCompatV<version>`` requires Deletion Vectors to be completely purged from the table. Please run the ``REORG TABLE APPLY (PURGE) opdracht.

DELETION_VECTORS_SHOULD_BE_DISABLED

IcebergCompatV<version>`` requires Deletion Vectors to be disabled on the table first. Then run ``REORG PURGE opdracht om de verwijderingsvectoren op de tabel te verwijderen.

DISABLING_REQUIRED_TABLE_FEATURE

IJsbergCompatV<version>`` requires feature ``<feature>`` to be supported and enabled. You cannot drop it from the table. Instead, please disable IcebergCompatV``<version> eerst.

FILES_NOT_ICEBERG_COMPAT

Voor het inschakelen van Uniform Iceberg met IcebergCompatV<version> moeten alle bestanden compatibel zijn met iceberg.

Er zijn <addFilesCount> bestanden in tabelversie <tableVersion>, waarvan <addFilesWithoutTag> bestanden niet compatibel zijn met Iceberg. Dit is meestal het gevolg van gelijktijdig schrijven.

Voer de opdracht REORG TABLE tabel APPLY (UPGRADE UNIFORM (ICEBERG_COMPAT_VERSION=<version>) opnieuw uit.

INCOMPATIBLE_TABLE_FEATURE

IcebergCompatV<version>`` is incompatible with feature ``<feature>.

MISSING_REQUIRED_TABLE_FEATURE

IcebergCompatV<version>`` requires feature ``<feature> wordt ondersteund en ingeschakeld.

REPLACE_TABLE_CHANGE_PARTITION_NAMES

IcebergCompatV<version> biedt geen ondersteuning voor het vervangen van gepartitioneerde tabellen door een andere partitiespecificatie, omdat Iceberg-Spark 1.1.0 dat niet doet.

Vorige partitiespecificatie: <prevPartitionSpec>

Nieuwe partitiespecificatie: <newPartitionSpec>

REWRITE_DATA_FAILED

Het herschrijven van gegevens naar IcebergCompatV<version> is mislukt.

Voer de opdracht REORG TABLE tabel APPLY (UPGRADE UNIFORM (ICEBERG_COMPAT_VERSION=<version>) opnieuw uit.

UNSUPPORTED_DATA_TYPE

IcebergCompatV<version>`` does not support the data type ``<dataType> in uw schema. Uw schema:

<schema>

UNSUPPORTED_TYPE_WIDENING

IcebergCompatV<version> is niet compatibel met een typewijziging die is toegepast op deze tabel:

Veld <fieldPath> is gewijzigd van <prevType> in <newType>.

VERSION_MUTUAL_EXCLUSIVE

Er kan slechts één IcebergCompat-versie worden ingeschakeld. Schakel alle andere IcebergCompat-versies die niet nodig zijn expliciet uit.

WRONG_REQUIRED_TABLE_PROPERTY

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