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

chore: require ffi feature in arrow-schema benchmark #7298

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

ethe
Copy link
Contributor

@ethe ethe commented Mar 16, 2025

Rationale for this change

setting required-features in [[bench]] makes rust-analyzer happy, otherwise error is linted as below:

error[E0432]: unresolved import `arrow_schema::ffi`
  --> arrow-schema/benches/ffi.rs:18:19
   |
18 | use arrow_schema::ffi::FFI_ArrowSchema;
   |                   ^^^ could not find `ffi` in `arrow_schema`
   |
note: found an item that was configured out
  --> /Users/gwo/Idea/arrow-rs/arrow-schema/src/lib.rs:44:9
   |
44 | pub mod ffi;
   |         ^^^
note: the item is gated behind the `ffi` feature
  --> /Users/gwo/Idea/arrow-rs/arrow-schema/src/lib.rs:43:7
   |
43 | #[cfg(feature = "ffi")]
   |       ^^^^^^^^^^^^^^^

What changes are included in this PR?

modified arrow-schema/Cargo.toml

Are there any user-facing changes?

no there aren't.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Mar 16, 2025
@ethe
Copy link
Contributor Author

ethe commented Mar 16, 2025

CI is failed but I don't think it relates to this change.

@alamb
Copy link
Contributor

alamb commented Mar 17, 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 @ethe -- this makes sense to me

@alamb alamb merged commit 60c2abc into apache:main Mar 17, 2025
26 of 27 checks passed
PinkCrow007 pushed a commit to PinkCrow007/arrow-rs that referenced this pull request Mar 20, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants