AlenkaF commented on code in PR #51247:
URL: https://github.com/apache/arrow/pull/51247#discussion_r3976348898
##########
python/pyarrow/tests/test_compute.py:
##########
@@ -246,6 +247,25 @@ def test_list_functions():
assert "add" in pc.list_functions()
[email protected]
+def test_call_tabular_function_rejects_invalid_registry():
Review Comment:
Would it make sense to use simple `with pytest.raises(TypeError,
match="***"):` syntax?
--
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]