读取具有 Delta Uniform 的 Apache Iceberg 失败。
无法解析的元数据位置版本 (CANNOT_PARSE_METADATA_LOCATION_VERSION)
无法从现有元数据位置<existingLocation>
或当前元数据位置<currentLocation>
分析版本;
检查 Apache Iceberg 编写器的文件名约定。
缺少统一表属性 (MISSING_UNIFORM_TBL_PROPERTIES)
Delta 表属性中至少缺少 tableId <tableId>
、snapshotId <snapshotId>
、metadataLocation <location>
;是否对 _delta_log 进行了手动更改?
必须刷新同一表格
不支持将现有 Apache Iceberg 表 UUID <existingId>
刷新为来自不同 Apache Iceberg 表 UUID <currentId>
的元数据。
必须使用更新的元数据位置刷新 (MUST_REFRESH_WITH_NEWER_METADATA_LOCATION)
要刷新的元数据位置必须具有比现有元数据位置更高的版本。
现有元数据位置<existingLocation>
;当前元数据位置<currentLocation>
。