Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shutdown parquet async writer #4059

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Shutdown parquet async writer #4059

merged 1 commit into from
Apr 12, 2023

Conversation

kindly
Copy link
Contributor

@kindly kindly commented Apr 12, 2023

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

@github-actions github-actions bot added the parquet Changes to the parquet crate label Apr 12, 2023
Copy link
Member

@viirya viirya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks okay. cc @tustvold.

@tustvold tustvold merged commit 96569c1 into apache:master Apr 12, 2023
@tustvold
Copy link
Contributor

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parquet AsyncArrowWriter not shutting down inner async writer.
3 participants