pitrou commented on issue #44643: URL: https://github.com/apache/arrow/issues/44643#issuecomment-2476975610
Intuitively, I think what happens is that the `item_builder_` overflows because it's a `StringBuilder` and we try to append more than 2 GiB to it. The converter logic then [tries to finish the chunk](https://github.com/apache/arrow/blob/29e8ea011045ba4318a552567a26b2bb0a7d3f05/cpp/src/arrow/util/converter.h#L321-L335) and start another one, but the key and item builders are out of sync. -- 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]
