comphead commented on code in PR #1377:
URL: https://github.com/apache/datafusion-comet/pull/1377#discussion_r1951509907
##########
.github/actions/rust-test/action.yaml:
##########
@@ -29,7 +29,7 @@ runs:
shell: bash
run: |
cd native
- cargo clippy --color=never --all-targets --workspace -- -D warnings
+ cargo clippy --color=never --all-targets --workspace --exclude
datafusion-objectstore-hdfs -- -D warnings
Review Comment:
hdfs crate has a dependency on `fs-hdfs` which requires JAVA_HOME to be
compiled. and for clippy to check the code it compiles it first
--
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]