pitrou commented on pull request #11023: URL: https://github.com/apache/arrow/pull/11023#issuecomment-908251629
> The current `StringTransformXXX` classes do not easily support non-scalar options. In this PR, we want to be able to do the following: > > ```python > str_repeat(['a', 'b', 'c'], repeats=[1,2,3]) # ['a', 'bb', 'ccc'] > ``` To me, this means that the kernel is simply a binary kernel. -- 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]
