DELTA_UNIFORM_ICEBERG_INGRESS_VIOLATION error class
December 06, 2024
Read Iceberg with Delta Uniform has failed.
- CANNOT_PARSE_METADATA_LOCATION_VERSION
- CONVERT_TO_DELTA_METADATA_FAILED
- DELTA_LOG_LOCATION_NOT_FOUND
- METADATA_PATH_NOT_PROVIDED
- MISSING_UNIFORM_TBL_PROPERTIES
- MUST_REFRESH_SAME_TABLE
- MUST_REFRESH_WITH_NEWER_METADATA_LOCATION
- NOT_UNIFORM_INGRESS_TABLE
- OPERATION_NOT_SUPPORTED
- UNEXPECTED_DELTA_LOG_LOCATION
- UNITY_CATALOG_NOT_ENABLED
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.
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 deltalog?
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>
.