HaochengLIU commented on issue #34565: URL: https://github.com/apache/arrow/issues/34565#issuecomment-1491157840
I have some new thoughts on this issue. Instead of supporting just left padding, I propose we allow users to provide a lambda function with type as `std::function(std::string<int>)` in the WriterOption. By doing so, users can do whatever they want(e.g. left padding, use hash value as file name, etc) with a generic solution in C++. If that sounds good to you I will tackle it in my spare cycle in April. -- 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]
