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

Bring some methods over from ArrowWriter to the async version #5251

Merged
merged 4 commits into from
Feb 24, 2024

Conversation

AdamGS
Copy link
Contributor

@AdamGS AdamGS commented Dec 28, 2023

Which issue does this PR close?

Closes #5099.

Are there any user-facing changes?

Adds five new methods to AsyncArrowWriter and one to ArrowWriter:

  • flushed_row_groups
  • in_progress_size
  • in_progress_rows
  • flush
  • bytes_written (to both)

It doesn't change or touch any existing functionality.

@github-actions github-actions bot added the parquet Changes to the parquet crate label Dec 28, 2023
@AdamGS AdamGS marked this pull request as draft December 28, 2023 08:44
@AdamGS AdamGS marked this pull request as ready for review December 28, 2023 09:09
@AdamGS AdamGS marked this pull request as draft December 28, 2023 09:16
@AdamGS
Copy link
Contributor Author

AdamGS commented Feb 6, 2024

Got distracted by other stuff, should have time to push it through this week. @wjones127 Is this the sort of thing you had in mind?

@wjones127
Copy link
Member

@AdamGS Yes, this is looking in line for what I was looking for.

@AdamGS AdamGS marked this pull request as ready for review February 19, 2024 11:36
@tustvold tustvold merged commit 4325900 into apache:master Feb 24, 2024
16 checks passed
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: Bring ArrowWriter methods over to AsyncArrowWriter
3 participants