jonahgao commented on PR #9297:
URL: 
https://github.com/apache/arrow-datafusion/pull/9297#issuecomment-1958566729

   `select acos()` will panic, but I think it should be checked at a higher 
level, before the implementation of `acos`.
   ```sh
   DataFusion CLI v36.0.0
   ❯ select acos();
   thread 'main' panicked at datafusion/functions/src/math/acos.rs:57:25:
   index out of bounds: the len is 0 but the index is 0
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to