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

WIP Upgrade to arrow/parquet 52.1.0 #11202

Closed
wants to merge 5 commits into from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 1, 2024

Which issue does this PR close?

Related to apache/arrow-rs#5905

Rationale for this change

This PR tests that updating to the next version of arrow and parquet are in fact not breaking changes

What changes are included in this PR?

Temporarily pin the version to arrow 52.1.0

Are these changes tested?

Yes

Are there any user-facing changes?

@alamb alamb marked this pull request as draft July 1, 2024 20:56
@github-actions github-actions bot added the logical-expr Logical plan and expressions label Jul 1, 2024
@@ -1076,7 +1076,7 @@ fn temporal_coercion(lhs_type: &DataType, rhs_type: &DataType) -> Option<DataTyp
(Nanosecond, Microsecond) => Microsecond,
(l, r) => {
assert_eq!(l, r);
l.clone()
*l
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This and the other needed changes are due to apache/arrow-rs#5840

@alamb alamb changed the title WIP: upgrade to arrow/parquet 52.1.0 Upgrade to arrow/parquet 52.1.0 Jul 6, 2024
@alamb alamb changed the title Upgrade to arrow/parquet 52.1.0 WIP Upgrade to arrow/parquet 52.1.0 Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant