You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/23 06:45:01 UTC

[GitHub] [arrow-datafusion] HaoYang670 commented on issue #4335: can't compare boolean type with NULL type

HaoYang670 commented on issue #4335:
URL: https://github.com/apache/arrow-datafusion/issues/4335#issuecomment-1324618829

   Two cases not supported yet:
   ```sql
   ❯ select null and null;
   ArrowError(ExternalError(Internal("Cannot evaluate binary expression And with types Null and Null")))
   ❯ select null or null;
   ArrowError(ExternalError(Internal("Cannot evaluate binary expression Or with types Null and Null")))
   ```
   While on Postgre, we get nulls: https://onecompiler.com/postgresql


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org