johnseekins commented on issue #34546: URL: https://github.com/apache/arrow/issues/34546#issuecomment-1466575220
> Polars only uses large_string instead of string to avoid the limitations of the 32-bit offsets in string. Basically string can't hold more than 2GB of string data per array, so to have larger string columns they must either be chunked or use large_string with 64-bit offsets. I had a feeling that would be the reason why. Thanks for that clarification. While y'all work out what to do about `large_string`...is there another way around this problem? -- 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]
