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

Add exposing fields from parquet row #5842

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

SHaaD94
Copy link
Contributor

@SHaaD94 SHaaD94 commented Jun 4, 2024

Which issue does this PR close?

Closes #5841.

Rationale for this change

We need a way to avoid cloning of row's content.

What changes are included in this PR?

I added a method to move ownership of row's content out of the row.
Please advice if there is a better way to achieve this.

Are there any user-facing changes?

New public method into_columns() in parquet Row.

@github-actions github-actions bot added the parquet Changes to the parquet crate label Jun 4, 2024
@tustvold tustvold merged commit fa8d350 into apache:master Jun 5, 2024
16 checks passed
@tustvold
Copy link
Contributor

tustvold commented Jun 5, 2024

Thank you

@SHaaD94 SHaaD94 deleted the parquet-row-into-iterator branch June 5, 2024 23:35
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.

Add a way to move fields out of parquet Row
2 participants