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

   `simplify_const_expr` currently traverses the expression tree twice - once 
to check for volatility and another to check if it contains any column 
references, both checks are very cheap so there's no reason not to do them in 
one pass.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to