wankunde commented on PR #40157:
URL: https://github.com/apache/spark/pull/40157#issuecomment-1449275235

   Hi, @cloud-fan, unlike ProjectExec and HashAggregateExec, FilterExec should 
handle subexpression elimination in a special way. So if any of the filter 
expressions return false, we will be able to skip evaluating the remaining 
common expressions.
   
   Could we support CSE for the other operations in the following PR?


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