ch-sc commented on pull request #9772:
URL: https://github.com/apache/arrow/pull/9772#issuecomment-804367750


   Hi @Dandandan, I actaully checked on Postgres (11) beforehand and it did 
return exactly the values I provided in the table.
   
   ```
   SELECT TRUE AND NULL; --> NULL
   SELECT FALSE AND NULL; --> FALSE
   SELECT TRUE OR NULL; --> TRUE
   SELECT FALSE OR NULL; --> NULL
   ```
   
   Which Postgres version are you using?


-- 
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:
us...@infra.apache.org


Reply via email to