kindly opened a new pull request, #4059: URL: https://github.com/apache/arrow-rs/pull/4059
# Which issue does this PR close? Closes #4058 # Rationale for this change I have tried to use the new parquet AsyncArrowWriter by writing files to S3 using the object_store multipart upload. However, for the upload to complete, the inner writer needs to be `shutdown` and this writer does not do that. # What changes are included in this PR? Just line to shut down writer when running the `close` method. # Are there any user-facing changes? No -- 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]
