You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kindly (via GitHub)" <gi...@apache.org> on 2023/04/12 00:59:33 UTC

[GitHub] [arrow-rs] kindly opened a new pull request, #4059: Shutdown parquet async writer

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold merged pull request #4059: Shutdown parquet async writer

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold merged PR #4059:
URL: https://github.com/apache/arrow-rs/pull/4059


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on pull request #4059: Shutdown parquet async writer

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on PR #4059:
URL: https://github.com/apache/arrow-rs/pull/4059#issuecomment-1504542341

   Thank you


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org