crepererum commented on code in PR #17332: URL: https://github.com/apache/datafusion/pull/17332#discussion_r2306804318
########## .github/workflows/rust.yml: ########## @@ -579,7 +579,7 @@ jobs: with: rust-version: stable - name: Run datafusion-common tests - run: cargo test --profile ci -p datafusion-common --features=pyarrow + run: cargo test --profile ci -p datafusion-common --features=pyarrow,sql Review Comment: Should we extend the CI to also verify that ALL crates at least `cargo check` with and without sql support? This YAML file has a few examples/listings of feature tests with `cargo check`. -- 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 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