alamb commented on issue #3469:
URL: 
https://github.com/apache/arrow-datafusion/issues/3469#issuecomment-1248047818

   I think the more general flow here is to take a predicate like `c2 = lit` 
and a schema of `c1`, `c3` and replace `c2` with `NULL` -- which is what the 
code changed in https://github.com/apache/arrow-datafusion/pull/3470 is.
   
   Then the predicate is `NULL = lit` which can be reduced to `false` if we run 
the constant evaluator on it


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

Reply via email to