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:55:29 UTC

[GitHub] [arrow-rs] kindly opened a new issue, #4058: Parquet AsyncArrowWriter not shutting down inner async writer.

kindly opened a new issue, #4058:
URL: https://github.com/apache/arrow-rs/issues/4058

   **Describe the bug**
   
   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.
   
   **Additional context**
   
   Pull request to shut down on `close` will be in pull request.


-- 
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.apache.org

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


[GitHub] [arrow-rs] tustvold closed issue #4058: Parquet AsyncArrowWriter not shutting down inner async writer.

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #4058: Parquet AsyncArrowWriter not shutting down inner async writer. 
URL: https://github.com/apache/arrow-rs/issues/4058


-- 
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 issue #4058: Parquet AsyncArrowWriter not shutting down inner async writer.

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4058:
URL: https://github.com/apache/arrow-rs/issues/4058#issuecomment-1517889199

   `label_issue.py` automatically added labels {'parquet'} from #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