Fokko commented on PR #374: URL: https://github.com/apache/iceberg-rust/pull/374#issuecomment-2126463830
Sorry for the late reply as I was touching grass. We're trying to solve two problems: - Don't produce `-1` since it is erroneous unless there is a snapshot with the ID `-1`. You can still create a table with `-1` as the current snapshot ID if you set the flag. If you use Java `<1.4.0` within your organization, this might be required to be able to read the tables. - When deserializing, and we encounter a -1 as the current snapshot ID, we should convert it into a None. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org