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.
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>
.