ARROW-12608: [C++][Python][R] Add split_pattern_regex kernel#10354
ARROW-12608: [C++][Python][R] Add split_pattern_regex kernel#10354lidavidm wants to merge 2 commits intoapache:masterfrom
Conversation
|
One question I have is if we might want to still use |
@thisisnic did something similar in #10190, specifically https://github.com/apache/arrow/pull/10190/files#diff-3a791b6bbfdb1605c74f85ca5e9854503ed70ac8b274288919dfbec7ce0cef02R549-R552 |
Right, and currently this removes that check in favor of always dispatching to the new kernel unless It's a very minor point, though - maybe not worth doing. |
|
Yeah, I thought you were proposing moving that logic into C++ or something. Not sure it's worth doing, if you call a |
|
Thanks for the review, merging now. |
This adds a split_pattern_regex kernel using RE2.
Caveats:
So the behavior here does not exactly match R. Though this was already the case: