-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
cargo build --no-default-features
does not build cleanly
#8844
Comments
I'm working on a solution to this -- it's caused by workspace feature resolution. If any crate in the workspace includes datafusion or datafusion-common with default features, it causes
The |
I think that would be ok An alternate might be to make the benchmarks conditionalized on parquet support too (don't try to compile them without parquet support) 🤔 |
I have verified that this issue has been resolved on main. $ cargo build --no-default-features
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s |
❤️ |
Describe the bug
Build fails with no default features
To Reproduce
Produces
Expected behavior
Should build cleanly
Additional context
Reported by @fudini here: #7653 (comment)
The text was updated successfully, but these errors were encountered: