alamb commented on code in PR #6600:
URL: https://github.com/apache/arrow-datafusion/pull/6600#discussion_r1225833412
##########
.github/workflows/rust.yml:
##########
@@ -152,7 +179,10 @@ jobs:
rust-version: stable
# Note: this does not include dictionary_expressions to reduce codegen
- name: Run doctests
- run: cargo test --doc --features avro,json
+ run: |
+ cargo test --doc --features avro,json
+ cd datafusion-cli
+ cargo test --doc --all-features
Review Comment:
👍
--
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]