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

Backport update to arrow 53.1.0 on branch-42 #12977

Merged
merged 4 commits into from
Oct 16, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 16, 2024

Which issue does this PR close?

Part of #12813

Rationale for this change

Clippy is failing on branch-42 after the arrow 53.1.0 upgrade. This was fixed in #12724 on main, but that also includes several other fixes

What changes are included in this PR?

  1. Update to arrow 53.1.0
  2. port just enough of Upgrade arrow/parquet to 53.1.0 / fix clippy #12724 to get CI passing
  3. port Fix clippy error on wasmtest #12844 from @jonahgao to fix another clippy error

Are these changes tested?

Are there any user-facing changes?

@alamb alamb changed the title Update to arrow 53.1.0 on branch-42 Backport update to arrow 53.1.0 on branch-42 Oct 16, 2024
@github-actions github-actions bot added physical-expr Physical Expressions core Core DataFusion crate functions labels Oct 16, 2024
@@ -770,7 +770,7 @@ mod tests {
"c7: Int64",
"c8: Int64",
"c9: Int64",
"c10: Int64",
"c10: Utf8",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -69,6 +69,7 @@ use parquet::arrow::arrow_writer::{
use parquet::arrow::{
arrow_to_parquet_schema, parquet_to_arrow_schema, AsyncArrowWriter,
};
#[allow(deprecated)]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

main has been updated to use the new APIs, but for the maintenance release let's just use the existing code

@@ -87,13 +87,14 @@ mod test {

wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);

#[wasm_bindgen_test]
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these changes are from #12844, see rationale here

@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Oct 16, 2024
@alamb
Copy link
Contributor Author

alamb commented Oct 16, 2024

Merging this in to get clean CI runs for other backports and all the code has previously been approved / merged

@alamb alamb merged commit 6ebc876 into apache:branch-42 Oct 16, 2024
26 checks passed
@alamb alamb deleted the alamb/port_53.1.0 branch October 16, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate functions physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants