Commit 2eab0b8
authored
fix: allow PartitionField's field_id to be missing in Iceberg v1 (#121)
Just looks like forget to use `allow_field_id_missing` in
`PartitionFieldFromJson(const nlohmann::json& json, bool
allow_field_id_missing)`
In v1 iceberg, we should allow field_id is missing.
---------
Signed-off-by: Smith Cruise <[email protected]>1 parent db8aa74 commit 2eab0b8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1056 | 1056 | | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | | - | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
1060 | 1062 | | |
1061 | 1063 | | |
1062 | 1064 | | |
| |||
0 commit comments