zeroshade commented on issue #33875: URL: https://github.com/apache/arrow/issues/33875#issuecomment-1405258151
@minyoung You're absolutely correct that the solution here would be to leverage `LargeList` and/or `LargeString`. There's probably more work than just modifying the schema generation (there's likely spots that check just for `String` or `List` and should also handle `LargeList` and `LargeString` by utilizing the `ListLike` interface and so on). But in theory it shouldn't be too much work to actually support them properly. It'd be a good exercise in test driven development honestly. I'll add this to my list of stuff to do but if you want to give it a shot to implement, just tag me to review the PR if you file one! -- 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]
