pitrou commented on PR #44409: URL: https://github.com/apache/arrow/pull/44409#issuecomment-2483153952
@deanm0000 @Isaac7777-cpu-school Sorry for the lack of response before, but I think this PR is misunderstanding that these functions are already tested on the C++ side quite thoroughly. For example, the fact that `test_compute.py` does not test negative values is irrelevant, given that the C++ tests do strive to test different kinds of inputs, and the Python compute functions in `pyarrow.compute` are just wrappers around the respective C++ functionality. -- 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]
