You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/16 16:53:57 UTC

[GitHub] [arrow-rs] msalib commented on issue #3123: arithmatic overflow leads to segfault in `concat_batches`

msalib commented on issue #3123:
URL: https://github.com/apache/arrow-rs/issues/3123#issuecomment-1317341918

   More investigation suggests that this happens when `last_offset = 2147483550` and `lenght = 543`, so we're overflowing an i32, which is an odd choice for an index type....


-- 
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-unsubscribe@arrow.apache.org

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