Kurtiscwright opened a new pull request, #2384: URL: https://github.com/apache/iceberg-rust/pull/2384
## Which issue does this PR close? - Closes #2382 ## What changes are included in this PR? - Adds new File Format API RFC doc. - From the Issue: This RFC proposes a File Format API for the iceberg Rust crate that decouples Iceberg's read and write paths from any single file format. Today, iceberg-rust can only read and write Parquet data files: the format is hard-wired into ArrowReader, ParquetWriter, and every layer that touches them. The Java project shipped an analogous abstraction (FormatModel) in February 2026 via PR https://github.com/apache/iceberg/pull/12774, and PyIceberg has an open proposal (https://github.com/apache/iceberg-python/issues/3100) for the same concept. ## Are these changes tested? - Just a doc update. -- 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]
