-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-12608: [C++][Python][R] Add split_pattern_regex kernel #10354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
cyb70289
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, +1
|
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: