pitrou commented on a change in pull request #11721:
URL: https://github.com/apache/arrow/pull/11721#discussion_r751085170
##########
File path: python/pyarrow/tests/test_compute.py
##########
@@ -85,6 +85,8 @@ def test_exported_functions():
functions = exported_functions
assert len(functions) >= 10
for func in functions:
+ if func in (pc.index_in_meta_binary, pc.is_in_meta_binary):
+ continue
Review comment:
Hmm, if the doc is wrong or missing, that should ideally be fixed on the
C++ side.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]