Dandandan edited a comment on pull request #9772: URL: https://github.com/apache/arrow/pull/9772#issuecomment-804312560
@ch-sc thanks for your PR In the JIRA ticket it is mentioned that these semantics are default for SQL - however - these return `NULL` in PostgreSQL (the dialect we want to target for DataFusion. ``` SELECT TRUE AND NULL; SELECT TRUE OR NULL; ``` I think it is a useful addition to Arrow side though - for DataFusion we should just think about what behavior we want to support. -- 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: [email protected]
