vkhodygo commented on issue #37655: URL: https://github.com/apache/arrow/issues/37655#issuecomment-1753365250
I wonder if it's possible to add some heuristics to improve this even further. Say, you have a columns with or more long strings. Mapping it from `string` to `char` would decrease the amount of memory requested noticeably. For the case of _two_ strings only we could go even further and map the values to `bool`. -- 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]
