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

Update to arrow/parquet 52.2.0 #11691

Merged
merged 3 commits into from
Jul 28, 2024
Merged

Update to arrow/parquet 52.2.0 #11691

merged 3 commits into from
Jul 28, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 28, 2024

Which issue does this PR close?

N/A

Rationale for this change

Now that arrow/parquet 52.2.0 is released apache/arrow-rs#5998 let's use it

The main rationale for upgrading is that this has several additional performance improvements related to StringView that @XiangpengHao and @a10y have been working on. It will unblock merging in the string-view2 branch: #11667

What changes are included in this PR?

  1. Update to arrow/parquet 52.2.0
  2. change to use non deprecated flattened_fields API

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Jul 28, 2024
@@ -1321,7 +1321,7 @@ mod tests {
.map(|i| i.to_string())
.collect();
let coll: Vec<_> = schema
.all_fields()
.flattened_fields()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@alamb alamb marked this pull request as ready for review July 28, 2024 11:21
Copy link
Member

@jonahgao jonahgao left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@alamb alamb merged commit 823a007 into apache:main Jul 28, 2024
26 checks passed
@alamb
Copy link
Contributor Author

alamb commented Jul 28, 2024

Thanks for the review @jonahgao

@alamb alamb deleted the alamb/update_arrow branch July 28, 2024 23:56
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants