Xuanwo opened a new pull request, #5753: URL: https://github.com/apache/arrow-rs/pull/5753
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/5738 # Rationale for this change This makes `AsyncArrowWriter` accepts `AsyncFileWriter` so users can save an extra copy if they have a writer that can accept `Bytes` directly. # What changes are included in this PR? A bit change from the proposal but mainly the same. # Are there any user-facing changes? `AsyncArrowWriter` now accepts `AsyncFileWriter` instead of `AsyncWrite`. But `AsyncFileWriter` has been implemented for all `AsyncWrite`, so existing code should be working as before. -- 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]
