wjones127 commented on issue #34546:
URL: https://github.com/apache/arrow/issues/34546#issuecomment-1466570432

   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. But we should support large 
strings better in datasets!


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