DELTA_UNIFORM_ICEBERG_INGRESS_VIOLATION error condition
Read Apache 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 Apache 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 _delta_log?
MUST_REFRESH_SAME_TABLE
Refresh existing Apache Iceberg table UUID <existingId>, with metadata from different Apache 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>.