nealrichardson opened a new pull request #8292: URL: https://github.com/apache/arrow/pull/8292
The ArraysCanFitInteger function was erroneously exiting the loop over all chunks early after the first `true` was found, rather than bailing on the first `false`. All chunks need to fit in order to be able to downcast. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
