blackmwk opened a new pull request, #3090: URL: https://github.com/apache/iceberg-rust/pull/3090
## Which issue does this PR close? - Closes #3088. ## What changes are included in this PR? - Implement `Serialize` and `Deserialize` for `FileIO`. - Serialize the storage factory and configuration while excluding the process-local lazy storage cache. - Rebuild the storage cache lazily after deserialization. ## Are these changes tested? - Added `test_file_io_serialization_roundtrip_issue_3088`, covering an initialized `FileIO` serialization round trip, configuration preservation, cache reset, and post-deserialization I/O. - `cargo test -p iceberg --lib --no-fail-fast` - `cargo clippy -p iceberg --lib -- -D warnings` - `cargo fmt --all -- --check` ## AI Disclosure Codex was used to help implement the change, add the regression test, and run verification. The resulting code and test behavior were reviewed before submission. -- 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]
