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

   > Is this modification consistent with the goals of 
https://issues.apache.org/jira/browse/ARROW-6112?
   
   I think so. Regular binary/string types have 32-bit signed offsets so cannot 
handle more than a 2GB data buffer by construction.
   It seems large string/binary types use a separate 
`BaseLargeVariableWidthVector` base class AFAICT (but feel free to check as I'm 
not a Java contributor).


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