You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/06/11 14:42:30 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #6600: Add datafusion-cli tests to the CI Job

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org