asimsedhain commented on issue #8688: URL: https://github.com/apache/arrow-datafusion/issues/8688#issuecomment-1873038518
I see how they are different for the first case. Thank you for explaining. As for the second case, I agree we might not be able to simplify the list. Any `expr in (null, e1, e2...)` will be equivalent to `expr=null or expr=e1 or ...`. We cannot really convert the expresion into `null` without evaluating `expr=e1`. Updated the PR to only address the first case. -- 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]
