You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Java 1.5 and later this is fixed. For older version of Java, the current-snapshot-id is required. We solved this by setting a flag: apache/iceberg-python#473
The text was updated successfully, but these errors were encountered:
@Fokko , @liurenjie1024
what changes are we looking for ?
Since rust is using option to hold snapshot id internally, but writing as -1 for V2 manifest files.
Does it need similar changes ( some variable ) as iceberg-python or empty snapshot id as -1 looks valid for rust.
This is an old bug from Java. Where the Snapshot was set to -1 instead of
None
:iceberg-rust/crates/iceberg/src/spec/table_metadata.rs
Line 44 in aba6209
From Java 1.5 and later this is fixed. For older version of Java, the current-snapshot-id is required. We solved this by setting a flag: apache/iceberg-python#473
The text was updated successfully, but these errors were encountered: