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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
