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

Unresolved import arrow::ipc #872

Closed
MrKhan0747 opened this issue Oct 27, 2021 · 5 comments
Closed

Unresolved import arrow::ipc #872

MrKhan0747 opened this issue Oct 27, 2021 · 5 comments
Labels

Comments

@MrKhan0747
Copy link

Describe the bug

Added parquet dependency in Cargo.toml file while running command Cargo build got an error saying " Unresolved import arrow::ipc" and package build failed in MacOs.

Screenshot 2021-10-27 at 5 58 20 PM

@MrKhan0747 MrKhan0747 added the bug label Oct 27, 2021
@alamb
Copy link
Contributor

alamb commented Jan 13, 2022

looks like this may be related to feature flags? Did you ever resolve this @MrKhan0747 ?

@MrKhan0747
Copy link
Author

I was facing this issue in parquet version 6.0 but in parquet version 5.0+ it was working fine

@alamb
Copy link
Contributor

alamb commented Feb 1, 2022

Perhaps you can share the contents of your Cargo.toml file?

I wonder if you also have an arrow dependency defined in your Cargo.toml, perhaps with default-features = false? If so, is the problem fixed if you add the ipc feature?

@tustvold
Copy link
Contributor

Parquet has its arrow dependency defined as

arrow = { path = "../arrow", version = "25.0.0", optional = true, default-features = false, features = ["ipc"] }

Closing as I can't reproduce this issue anymore

@tustvold
Copy link
Contributor

tustvold commented Oct 28, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants