arashandishgar commented on code in PR #45577: URL: https://github.com/apache/arrow/pull/45577#discussion_r1969596542
########## cpp/src/arrow/compute/kernels/scalar_string_test.cc: ########## @@ -1958,6 +1960,29 @@ TYPED_TEST(TestBaseBinaryKernels, ExtractRegex) { R"([{"letter": "a", "digit": "1"}, {"letter": "b", "digit": "3"}])", &options); } +TYPED_TEST(TestBaseBinaryKernels, ExtractRegexSapn) { + ExtractRegexSpanOptions options{"(?P<letter>[ab])(?P<digit>\\d)"}; Review Comment: When I wrote test about optional capture I found a strange behaviour from RE2. I send a file to show it. What should I do? [main.zip](https://github.com/user-attachments/files/18963464/main.zip) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org