Fokko opened a new issue, #119: URL: https://github.com/apache/iceberg-rust/issues/119
I would suggest adding support for `initial-default` to read V1 Avro files into V2 objects in memory. For example, V1 does not have sequence numbers, and then need to be set to `0`. This is important when you have a V1 table, and then you upgrade it to V2, the underlying Avro files are still V1 until you rewrite everything. See comment here: https://github.com/apache/iceberg-rust/pull/79#discussion_r1425117160 With the initial-default you could just read a `0` if the field is not present. -- 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.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