We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hdfs
1 parent 5373271 commit b2fbebcCopy full SHA for b2fbebc
.github/actions/rust-test/action.yaml
@@ -29,7 +29,7 @@ runs:
29
shell: bash
30
run: |
31
cd native
32
- cargo clippy --color=never --all-targets --workspace --exclude hdfs -- -D warnings
+ cargo clippy --color=never --all-targets --workspace --exclude datafusion-objectstore-hdfs -- -D warnings
33
34
- name: Check compilation
35
0 commit comments