pitrou commented on issue #49310:
URL: https://github.com/apache/arrow/issues/49310#issuecomment-3938510535

   @Anakin100100 The purpose of UnsafeAppend is to avoid any checks or resizes, 
for performance. So the capacity should be checked up front by the kernel.
   
   We don't want to change the kernel result type, so it should return a 
CapacityError if the result size would overflow 2GiB.


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