Skip to content

Conversation

@mbrobbel
Copy link
Member

@mbrobbel mbrobbel commented Oct 9, 2025

Which issue does this PR close?

Rationale for this change

This is the last part of #8227, reverting package editions back to use the workspace edition.

What changes are included in this PR?

Migrate arrow to Rust 2024, update workspace edition and use workspace edition in workspace packages.

Are these changes tested?

CI

Are there any user-facing changes?

Yes

@github-actions github-actions bot added parquet Changes to the parquet crate arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate parquet-derive parquet-variant parquet-variant* crates arrow-avro arrow-avro crate labels Oct 9, 2025
@mbrobbel mbrobbel added this to the 57.0.0 milestone Oct 9, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @mbrobbel -- this looks great to me!

///
/// The pointer is assumed to have been obtained using CString::into_raw.
#[no_mangle]
#[unsafe(no_mangle)]
Copy link
Contributor

Choose a reason for hiding this comment

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

TIL why this is marked unsafe: https://doc.rust-lang.org/reference/abi.html#the-no_mangle-attribute

(I don't think the actual safety is affected, just that rustc got more pedantic)

@mbrobbel mbrobbel merged commit 39cda62 into apache:main Oct 10, 2025
35 checks passed
@mbrobbel mbrobbel deleted the 2024-workspace branch October 10, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate arrow-avro arrow-avro crate arrow-flight Changes to the arrow-flight crate parquet Changes to the parquet crate parquet-derive parquet-variant parquet-variant* crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test Rust 2024 Edition

2 participants