alippai commented on pull request #10181: URL: https://github.com/apache/arrow/pull/10181#issuecomment-841541780
I'm closing this, as we agree that we don't want to remove the TextEncoder API. Additional ideas for speedup: Encode: Use TextEncoder..encodeInto() and pre-allocate the space needed for the column Decode: TextDecode the full column (if possible) and iterate on the substrings based on the lengths stored in arrow. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
