You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/06/11 19:01:42 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #1335: The returned type of abs is error.

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

   I am going to close this one as I can't figure out what this ticket is tracking
   
   I think the current error message is pretty straightforward:
   
   ```sql
   ❯ select abs('123');
   Error during planning: No function matches the given name and argument types 'abs(Utf8)'. You might need to add explicit type casts.
   	Candidate functions:
   	abs(Float64/Float32)
   ```
   
   I am not sure what this issue is tracking any more. Is the requested feature to support automatically cocercing strings to some type?
   
   If so I'll open a new specific ticket for that


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