paleolimbot commented on PR #518: URL: https://github.com/apache/arrow-nanoarrow/pull/518#issuecomment-2163244257
I think it is that overflow occurs in two places here when `offset + length` > `INT64_MAX`: https://github.com/apache/arrow-nanoarrow/blob/2fd50f7c3a87eddf951a3904e442475665bed414/src/nanoarrow/array.c#L1265-L1269 (this can also be moved to `ArrowArrayViewValidateDefault()` since it doesn't require looping over the entire run ends/values buffer) -- 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]
