Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The functions count_substring, count_substring_regex, find_substring, and find_substring_regex all accept binary types but the function extract_regex, match_substring, match_substring_regex, match_like, starts_with, ends_with, split_pattern, and split_pattern_regex do not.
They should either all accept binary types or none should.
Attachments
Issue Links
- is related to
-
ARROW-14151 [C++] Mixed support for binary types in ASCII string functions
- Closed
- relates to
-
ARROW-13878 [C++] Add fixed_size_binary support to compute functions
- Resolved
- Testing discovered
-
ARROW-14481 [C++] Investigate recent regressions in some utf8 kernel benchmarks
- Closed
- links to