jackwener opened a new issue, #5667: URL: https://github.com/apache/arrow-datafusion/issues/5667
**Describe the bug** ``` warning: /Users/jakevin/code/arrow-datafusion/datafusion/jit/Cargo.toml: `default-features` is ignored for arrow, since `default-features` was not specified for `workspace.dependencies.arrow`, this could become a hard error in the future warning: /Users/jakevin/code/arrow-datafusion/datafusion/common/Cargo.toml: `default-features` is ignored for arrow, since `default-features` was not specified for `workspace.dependencies.arrow`, this could become a hard error in the future warning: /Users/jakevin/code/arrow-datafusion/datafusion/common/Cargo.toml: `default-features` is ignored for parquet, since `default-features` was not specified for `workspace.dependencies.parquet`, this could become a hard error in the future warning: /Users/jakevin/code/arrow-datafusion/datafusion/expr/Cargo.toml: `default-features` is ignored for arrow, since `default-features` was not specified for `workspace.dependencies.arrow`, this could become a hard error in the future ``` **To Reproduce** cargo build **Expected behavior** no warning **Additional context** <!-- Add any other context about the problem here. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
