alamb commented on pull request #8611: URL: https://github.com/apache/arrow/pull/8611#issuecomment-724756612
@nevi-me -- good call -- I was simply copy/pasting what was in this PR in terms of `as i32` without looking carefully enough. I updated https://github.com/alamb/arrow/tree/alamb/less-unsafe with a new commit that doesn't use `as i32` and instead uses `try_into`() https://github.com/apache/arrow/commit/86741de18ad148589873cf43c7e0d4ea7f9c5233 ---------------------------------------------------------------- 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]
