tustvold commented on issue #3123:
URL: https://github.com/apache/arrow-rs/issues/3123#issuecomment-1317492280

   Thank you for the report and reproducer, I plan to look into this next week 
unless somebody else gets there first. I suspect MutableArrayData is not doing 
a checked operation when it should be - this should return an error, or at the 
very least panic.
   
   As for the use of i32, this is a Javaism that unfortunately made its way 
into the arrow specification. You could try using LargeUtf8 which uses i64, but 
you may also want to use smaller batches.


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