pitrou commented on a change in pull request #8271:
URL: https://github.com/apache/arrow/pull/8271#discussion_r500266219
##########
File path: python/pyarrow/compute.py
##########
@@ -253,6 +255,68 @@ def match_substring(array, pattern):
MatchSubstringOptions(pattern))
+def split_pattern(array, pattern, max_splits=-1, reverse=False):
Review comment:
No, it should work with direct keyword arguments. See
https://github.com/apache/arrow/blob/master/python/pyarrow/tests/test_compute.py#L233-L260
for a test.
----------------------------------------------------------------
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:
[email protected]