You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-45735: [C++] Broken tests for extract_regex compute funcion (#45900)
### Rationale for this change
I fix two broken tests of extract_regex and add the similar tests to extract_regex_span.
### What changes are included in this PR?
1. Modify the ResolveOutput Method for extract_regex and extract_regex_span compute functions to be able to accept non-utf8 regex.
2. Fix broken tests for extract_regex.
3. Add similar tests for extract_regex_span.
### Are these changes tested?
I run the relevant unit tests.
### Are there any user-facing changes?
No.
* GitHub Issue: #45735
Lead-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: arash andishgar <[email protected]>
Co-authored-by: Arash Andishgar <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
0 commit comments