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

   ### Is your feature request related to a problem or challenge?
   
   Following up PR #6706, I think the name `OptimizerConfig` no longer make 
sense because it contains per-query execution state such as query execution 
start time and alias generator.
   
   ### Describe the solution you'd like
   
   I think `OptimizerConfig` trait should be renamed to `OptimizerContext` and 
the existing `OptimizerContext` which is a concrete class should be renamed to 
`OptimizerState`.
   
   ### Describe alternatives you've considered
   
   Leave it as it is
   
   ### Additional context
   
   cc @alamb @jackwener 


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