paleolimbot opened a new pull request, #291:
URL: https://github.com/apache/arrow-nanoarrow/pull/291

   Closes #290.
   
   This PR fixes the check for increasing offsets: previously it calculated a 
diff between pairs of elements and ensured that the value was > 0. This failed 
for expressions like `int32_t diff = (int32_t)-2147483648 - 
(int32_t)2080374784`, where because of overflow, `diff` evalutes to `> 0`.


-- 
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]

Reply via email to