pitrou commented on PR #39685:
URL: https://github.com/apache/arrow/pull/39685#issuecomment-1941006217

   So, there are two things:
   * all offsets of variable-width types are signed in Arrow; they should not 
be treated as unsigned, regardless of their widths
   * if some other 32-bit fields might overflow because they denote a number of 
rows or a number of bytes, then they should be converted to 64-bit instead of 
pedantically insisting on unsigned 32-bit
   


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