2010YOUY01 commented on code in PR #18468: URL: https://github.com/apache/datafusion/pull/18468#discussion_r2489636090
########## ci/scripts/rust_clippy.sh: ########## @@ -19,3 +19,7 @@ set -ex cargo clippy --all-targets --workspace --features avro,pyarrow,integration-tests,extended_tests -- -D warnings + +# Update packages incrementally for stricter Clippy checks +# TODO: add tracking issue for the remaining workspace packages like `datafusion-catalog` Review Comment: I reverted the CI script, and update the `datafusion/common/cargo.toml` instead in [2736b39](https://github.com/apache/datafusion/pull/18468/commits/2736b392ab7e8f1742a4ef882e5e39c8b8cf239a), since we can update the whole `datafusion-common` crate at once. When updating a larger crate, I think it's possible to configure like this to update module by module. -- 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]
