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/05/26 10:11:13 UTC

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

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

   🤔  I just tried the query again, and it now gives a different error:
   
   ```sql
   ❯ select -null;
   Internal("(- 'Literal { value: NULL }') can't be evaluated because the expression's type is Null, not signed numeric")
   ```
   
   I think we are getting closer...


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