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


   FWIW `(A ^ !A)` is NOT always `false` because of .... 🥁  NULL
   
   ```sql
   alamb=# select null AND (not null);
    ?column? 
   ----------
    
   (1 row)
   ```


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