Jimexist commented on code in PR #3993: URL: https://github.com/apache/arrow-datafusion/pull/3993#discussion_r1019801522
########## ci/scripts/rust_clippy.sh: ########## @@ -18,4 +18,4 @@ # under the License. set -ex -cargo clippy --all-targets --workspace --features avro,jit,pyarrow,scheduler -- -D warnings +cargo clippy --all-targets --workspace --features avro,jit,pyarrow,scheduler-- -D warnings Review Comment: ```suggestion cargo clippy --all-targets --workspace --features avro,jit,pyarrow,scheduler -- -D warnings ``` -- 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]
