tustvold commented on code in PR #5047:
URL: https://github.com/apache/arrow-datafusion/pull/5047#discussion_r1085709631
##########
.github/workflows/rust.yml:
##########
@@ -356,10 +374,9 @@ jobs:
uses: ./.github/actions/setup-builder
with:
rust-version: stable
- - name: Run tests
- run: |
- cd datafusion
- cargo test --features=pyarrow
+ - name: Run datafusion-common tests
+ run: cargo test -p datafusion-common --features=pyarrow
Review Comment:
The only pyarrow code is in datafusion-common AFAICT
See https://github.com/apache/arrow-datafusion/pull/5048
--
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]