alamb opened a new issue, #15155: URL: https://github.com/apache/datafusion/issues/15155
### Is your feature request related to a problem or challenge? DataFusion has many rust features (e.g. `--features=parquet`) and recently we hit discovered several failures for features during refactoring - https://github.com/apache/datafusion/issues/15122 - https://github.com/apache/datafusion/issues/15150 I reviewed the CI coverage and it is haphazard -- for example it was not clear were to add a test for https://github.com/apache/datafusion/pull/15124 ### Describe the solution you'd like I would like CI coverage for all the feature flags in crates that datafusion users use ### Describe alternatives you've considered I suggest separate CI jobs for the different crates crates: - `datafusion-substrait` - `datafusion-proto` - `datafusion` For each of these crates, I would like a job that runs 1. `cargo check --no-default-features` 2. `cargo check --no-default-features --features=<featurename>` Notes: this only runs `cargo check` (no need to actually create code) ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org