-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-12952: [C++] Add count_substring_regex #10471
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
|
Can you rebase this @lidavidm ? |
|
Rebased, thanks for the reminder. |
pitrou
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, just a nit
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.
Nit, but may use offset_bit_width() from type_traits.h
(e.g offset_bit_width(ty->id()) == 64 ? int64() : int32())
|
Hmm, there are conflicts now... |
|
It's because the tests overlap/I forgot to rename & move the test case for ascii_replace_slice (now done). |
|
Feel free to merge if CI green! |
|
Thanks for the review! CI green other than the usual culprits, merging. |
This also adds the regular case-insensitive count_substring.