Sruhvx-jpg opened a new pull request, #3165: URL: https://github.com/apache/iceberg-rust/pull/3165
## Which issue does this PR close? - Closes #2259 - Supersedes #2257 ## What changes are included in this PR? Implement `ObjectStoreStorage::S3` backed by Apache Arrow's `object_store` crate. Originally drafted by @CTTY in #2257 and revived onto current main: - Hoist `object_store` 0.13 to workspace dependencies (aligned with DataFusion). - Support `s3://`, `s3a://`, and `s3n://` URL schemes. - Implement concurrent `delete_stream` using `try_for_each_concurrent`. - Add unit tests for URL parsing and FileIO/Storage serialization roundtrips. - Wire crate workspace lints and publish flag. ## Are these changes tested? Yes, unit tests covering S3 URL parsing (including `s3n`), store cache reuse, and `FileIO`/`StorageFactory` serialization roundtrips (`cargo test -p iceberg-storage-object_store`). -- 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]
