u70b3 commented on issue #22219: URL: https://github.com/apache/datafusion/issues/22219#issuecomment-5019323611
Verified on current main (1e589287c): this no longer reproduces. `SELECT array_repeat([1,2,3], 9223372036854775807);` now returns a proper execution error (`array_repeat: requested length exceeds maximum array size`) instead of panicking — the list path uses checked arithmetic since #22274. Suggest closing. -- 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]
