具有 Delta Uniform 的 Read Iceberg 的失败。
无法从现有元数据位置<existingLocation>
或当前元数据位置<currentLocation>
分析版本;
检查 Iceberg 编写器的文件名约定。
从 Iceberg 到 Delta 的元数据转换失败,<errorMessage>
。
表<tableName>
缺少 delta_log 位置。
找不到表<tableName>
的元数据路径。
Delta 表属性中至少缺少 tableId <tableId>
、snapshotId <snapshotId>
、metadataLocation <location>
;是否对 _delta_log 进行了手动更改?
不支持使用来自不同 Iceberg 表 UUID <existingId>
的元数据刷新现有的 Iceberg 表 UUID <currentId>
。
要刷新的元数据位置必须具有比现有元数据位置更高的版本。
现有元数据位置<existingLocation>
;当前元数据位置<currentLocation>
。
表<tableName>
不是统一入口表。
不支持 操作。 只有 Uniform Iceberg 入口表支持 CREATE
和 REFRESH
。
表<tableName>
的意外 delta_log 位置。
具有 Delta Uniform 的 Read Iceberg 需要 Unity 目录。