JanKaul commented on issue #34: URL: https://github.com/apache/iceberg-rust/issues/34#issuecomment-1684054157
So the missing piece is the size of the metadata, right? It's a bit weird approach but we could write the `FileMetadata` to a buffer and check it's length. [Like here](https://docs.rs/parquet/45.0.0/src/parquet/file/writer.rs.html#350) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
