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/04/09 11:30:14 UTC

[GitHub] [arrow-datafusion] xudong963 commented on issue #1192: `-` (negation) with NULL literals does not work: can't be evaluated because the expression's type is Utf8, not signed

xudong963 commented on issue #1192:
URL: https://github.com/apache/arrow-datafusion/issues/1192#issuecomment-1093939951

   I tested `select -null;` in mysql and postgres: mysql returned null but
   ```sql
   postgres=# select -null;
   ERROR:  operator is not unique: - unknown
   LINE 1: select -null;
                  ^
   HINT:  Could not choose a best candidate operator. You might need to add explicit type casts.
   ```
   Do you need this syntax in iox? @alamb 


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