assignUser commented on issue #34909:
URL: https://github.com/apache/arrow/issues/34909#issuecomment-1498214758

   This is actually an issue with the underlying C++ compute function.
   
   Here is a clear reprex:
   
   ```python
    import numpy as np; import pyarrow as pa
    pa.compute.mean(pa.array([np.iinfo(np.int64).max, 1]))
    <pyarrow.DoubleScalar: -4.611686018427388e+18>
   ```


-- 
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]

Reply via email to