alamb opened a new issue, #7709:
URL: https://github.com/apache/arrow-datafusion/issues/7709

   ### Is your feature request related to a problem or challenge?
   
   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
   
   
   
   ### Describe the solution you'd like
   
   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`
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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