ZENOTME commented on issue #774: URL: https://github.com/apache/iceberg-rust/issues/774#issuecomment-2541894094
> Hey @ZENOTME thanks for raising this. > > Technically the `Datafile` is already serializable, you can encode it into Iceberg Avro :) I know how this works in Java and Python, but less known in Rust. I would expect the writer to have a copy of the `Table`, which contains the current partition information, would that help? Thanks @Fokko. I think this is the solution that works. But we should expose the _serde::DataFile so that the user can use this serializable representation. I create the PR for this https://github.com/apache/iceberg-rust/pull/797. -- 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