maartenbreddels commented on a change in pull request #8271: URL: https://github.com/apache/arrow/pull/8271#discussion_r500874404
########## File path: python/pyarrow/tests/test_compute.py ########## @@ -230,6 +230,51 @@ def test_match_substring(): assert expected.equals(result) +def test_split_pattern(): Review comment: It is more a coverage/sanity check, it is not a duplication of the C++ test. I'd like to keep it for now, as it triggered many issues during dev/refactoring. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org