tustvold commented on code in PR #3428:
URL: https://github.com/apache/arrow-rs/pull/3428#discussion_r1060109878
##########
.github/workflows/arrow.yml:
##########
@@ -208,5 +208,9 @@ jobs:
run: cargo clippy -p arrow-arith --all-targets --features
dyn_arith_dict -- -D warnings
- name: Clippy arrow-row with all features
run: cargo clippy -p arrow-row --all-targets --all-features -- -D
warnings
+ - name: Clippy arrow-integration-test with all features
+ run: cargo clippy -p arrow-integration-test --all-targets
--all-features -- -D warnings
+ - name: Clippy arrow-integration-testing with all features
+ run: cargo clippy -p arrow-integration-testing --all-targets
--all-features -- -D warnings
Review Comment:
Given this depends on the `arrow` crate, I wonder if it should be after it
in the build order
--
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]