findepi opened a new issue, #11286:
URL: https://github.com/apache/datafusion/issues/11286

   ### Is your feature request related to a problem or challenge?
   
   `max_passes` (defaults to 3) defines how many times a given optimization 
rule can be applied to a plan tree.
   This artificially limit optimization capabilities. Things like predicate 
push-down / propagation may require more runs on for more complex queries. 
   
   ### Describe the solution you'd like
   
   Remove `max_passes` config. The plan should be considered as optimied when 
no further optimization can be performed on it.
   
   
   ### 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: github-unsubscr...@datafusion.apache.org.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