brancz opened a new pull request, #10484: URL: https://github.com/apache/arrow-rs/pull/10484
Deprecate AvroObjectReader in favor of implementing AsyncFileReader directly (see the example on the trait docs and arrow-avro/examples/object_store.rs). To reduce the code needed by implementors I also added SpawnedReader. Still keeping object_store as a dev-dependency so we can ensure compatibility and use it in testing. # Which issue does this PR close? - Closes #10308 # Rationale for this change See the issue # What changes are included in this PR? Decoupling and removal of object_store dependencies in arrow-avro. # Are these changes tested? Yes, see unit tests # Are there any user-facing changes? No, but deprecation warnings that there will be. -- 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]
