pitrou commented on code in PR #45577: URL: https://github.com/apache/arrow/pull/45577#discussion_r1969169448
########## cpp/src/arrow/compute/kernels/scalar_string_test.cc: ########## @@ -314,6 +314,7 @@ TYPED_TEST(TestBinaryKernels, NonUtf8Regex) { this->MakeArray({"\xfc\x40", "this \xfc\x40 that \xfc\x40"}), this->MakeArray({"bazz", "this bazz that \xfc\x40"}), &options); } + // TODO the following test is broken Review Comment: I don't know what this test is meant for, unfortunately. I think we should just ignore it for now. -- 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