findepi commented on issue #12129:
URL: https://github.com/apache/datafusion/issues/12129#issuecomment-2307710118

   There are two bugs actually.
   
   1. `9223372036854775807 + 1` overflows 
https://github.com/apache/datafusion/issues/12140
   2. `select substring('foo', -9223372036854775808, 1);` panics (this issue)


-- 
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-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to