masonh22 commented on PR #20051: URL: https://github.com/apache/datafusion/pull/20051#issuecomment-3826392398
Oh right I see what you mean. I think you could skip over nulls while looping over the expressions but I don't think you need to add `expr.is_null()` to the resulting expression. Null values in the `InList` array should have no impact on what it evaluates to if it doesn't use the `is distinct from` semantics. -- 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]
