icexelloss commented on code in PR #36253: URL: https://github.com/apache/arrow/pull/36253#discussion_r1238916255
########## python/pyarrow/conftest.py: ########## @@ -283,15 +285,14 @@ def unary_function(ctx, x): @pytest.fixture(scope="session") def unary_agg_func_fixture(): """ - Register a unary aggregate function + Register a unary aggregate function (mean) """ from pyarrow import compute as pc - import numpy as np - def func(ctx, x): + def func(ctx, x, *args): Review Comment: Revert this -- 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