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

   ## Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-datafusion/issues/7709
   
   ## Rationale for this change
   
   While reviewing https://github.com/apache/arrow-datafusion/pull/7708 from 
@sarutak I spent time looking into what `plan_q` does and it is not at all 
clear to me it needs to be built in release mode:
   
   
https://github.com/apache/arrow-datafusion/blob/46cdb8c2dc495e8063a0adc5c3f9ac82b136e72e/benchmarks/src/tpch/run.rs#L297-L453
   
   Since the benchmark verifies the plans (rather than actually running them). 
I think it is ok to use debug mode (rather than release) mode which compiles 
faster and will have more reuse with the subsequent call to `cargo test --test 
sqllogictests`
   
   
   ## What changes are included in this PR?
   Change to use a debug build
   
   ## Are these changes tested?
   They are part of CI.
   
   ## Test timings: 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to