DELTA_UNIFORM_ICEBERG_INGRESS_VIOLATION error class
Read Iceberg with Delta Uniform has failed.
CANNOT_PARSE_METADATA_LOCATION_VERSION
Failed to parse version from existing metadata location <existingLocation>
or current metadata location <currentLocation>
;
Check the file name convention on Iceberg writer.
CONVERT_TO_DELTA_METADATA_FAILED
Metadata conversion from Iceberg to Delta failed, <errorMessage>
.
DELTA_LOG_LOCATION_NOT_FOUND
The delta_log location is missing for table <tableName>
.
METADATA_PATH_NOT_PROVIDED
Cannot find metadata path for table <tableName>
.
MISSING_UNIFORM_TBL_PROPERTIES
At least one of tableId <tableId>
, snapshotId <snapshotId>
, metadataLocation <location>
is missing from Delta table properties; Is there manual change to the _delta_log?
MUST_REFRESH_SAME_TABLE
Refresh existing Iceberg table UUID <existingId>
, with metadata from different Iceberg table UUID <currentId>
is not supported.
MUST_REFRESH_WITH_NEWER_METADATA_LOCATION
Metadata location to be refreshed must have a higher version than existing metadata location.
Existing metadata location <existingLocation>
; current metadata location <currentLocation>
.
NOT_UNIFORM_INGRESS_TABLE
Table <tableName>
is not a uniform ingress table.
OPERATION_NOT_SUPPORTED
Operation is not supported. Only CREATE and REFRESH are not supported on Uniform Iceberg Ingress Table.
UNEXPECTED_DELTA_LOG_LOCATION
Unexpected delta_log location for table <tableName>
.
UNITY_CATALOG_NOT_ENABLED
Unity Catalog is required for Read Iceberg with Delta Uniform.