alamb opened a new pull request, #15075:
URL: https://github.com/apache/datafusion/pull/15075

   ## Which issue does this PR close?
   
   
   Draft as it build on https://github.com/apache/datafusion/pull/13672
   
   - Follow on https://github.com/apache/datafusion/pull/13672
   
   ## Rationale for this change
   
   
   While datafusion-cli is part of the main workspace now (and will get tested 
with `cargo test` I think it should be its own CI job because:
   1. It has a bunch of extra dependencies so not compiling it will make the 
main test job faster
   2. After https://github.com/apache/datafusion/pull/13672 it also uses a 
docker container and some environment variables and I would like to keep the CI 
for most tests as simple as possible
   
   
   
   ## What changes are included in this PR?
   
   Move datafuson-cli test run to its own separate CI job
   
   ## Are these changes tested?
   
   Yes, see CI jobs below
   
   * Example test job (showing it is not running datafusion-cli and shorter 
than main): TODO
   * Example datafusion-cli test job:
   
   Timing summary
   Compared to this recent main CI run: TODO
   
   | job | main | this branch |
   |--------|--------|--------|
   | tests | TODO | TODO |
   | datafusion-cli tests | N/A | TODO | 
   
   ## Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to