rohanjain101 opened a new issue, #46063: URL: https://github.com/apache/arrow/issues/46063
### Describe the bug, including details regarding any error messages, version, and platform. ``` >>> pa.compute.max(pa.array([float("nan"), float("nan")])) <pyarrow.DoubleScalar: -inf> >>> pa.compute.min(pa.array([float("nan"), float("nan")])) <pyarrow.DoubleScalar: inf> >>> ``` min/max returned values that are not in the column. Perhaps NaN should be returned instead? ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org