tustvold commented on code in PR #2212:
URL: https://github.com/apache/arrow-rs/pull/2212#discussion_r932603855
##########
.github/workflows/parquet.yml:
##########
@@ -91,12 +102,15 @@ jobs:
- name: Check compilation --all-targets
run: |
cargo check -p parquet --all-targets
- - name: Check compilation --no-default-features --all-targets
+ - name: Check compilation --all-targets --no-default-features
+ run: |
+ cargo check -p parquet --all-targets --no-default-features
+ - name: Check compilation --all-targets --no-default-features
--features-arrow
Review Comment:
```suggestion
- name: Check compilation --all-targets --no-default-features
--features arrow
```
--
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]