coderfender commented on PR #3757: URL: https://github.com/apache/datafusion-comet/pull/3757#issuecomment-4250104303
Thank you for raising this PR @YutaLin . Could you please run `make format` to clear out rust lint issues in the CI as well ? I generally set my `pre-commit.sh` file to Lint, check clippy and build the code . Hope that helps ``` set -euo pipefail make format cd native && cargo clippy --all-targets -- -D warnings make clean PROFILES="-Pspark-4.0" make release ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
