lidavidm opened a new pull request #10470:
URL: https://github.com/apache/arrow/pull/10470


   This fixes an error from when this was last refactored/improved. Now, when 
building a chunked array, we properly build multiple chunks. 
   
   This also fixes a case Weston pointed out, such that an array of 2**31 
strings (which won't fit in the offsets buffer) will also get chunked instead 
of just saying OOM.
   
   Unfortunately the test is rather slow so I've marked it such that it doesn't 
run in CI.
   
   I've updated R but note that R never builds a chunked array hence there 
should be no effect.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to