You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/30 11:07:29 UTC

[GitHub] [arrow] pitrou commented on pull request #11023: ARROW-12712: [C++] String repeat kernel

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org