wangyum commented on pull request #30865:
URL: https://github.com/apache/spark/pull/30865#issuecomment-749393504


   It seems we need to add a new rule, this is because we can not add it to 
`ReplaceNullWithFalseInPredicate ` or `SimplifyConditionals`, example:
   `select if(null, true, false)` can not rewrite to `select null and true`.
   


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

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