LorrensP-2158466 commented on issue #11075:
URL: https://github.com/apache/datafusion/issues/11075#issuecomment-2185083331
> Now that only just a few types/functions have been fuzzed, I'm expecting
more function-local bugs to appear.
That's right, fixing GCD & LCM was very local, only
LorrensP-2158466 commented on issue #11075:
URL: https://github.com/apache/datafusion/issues/11075#issuecomment-2184998761
this is the third, scalar function that panics instead of returning an
error, maybe it's a good idea to open up a separate tracking issue to find all
of these cases?
LorrensP-2158466 commented on issue #11075:
URL: https://github.com/apache/datafusion/issues/11075#issuecomment-2184998506
take
--
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 commen
2010YOUY01 opened a new issue, #11075:
URL: https://github.com/apache/datafusion/issues/11075
### Describe the bug
The following statement should return an error instead of directly crash
```shell
DataFusion CLI v39.0.0
> select pow(2107754225, 1221660777);
thread 'main' pa