bkietz commented on issue #46396: URL: https://github.com/apache/arrow/issues/46396#issuecomment-2873020124
+1 to ignore stats. I think this is worth explicit documentation in the [doccomment](https://arrow.apache.org/docs//cpp/api/array.html#_CPPv4NK5arrow5Array10statisticsEv) for `Array::statistics()`, with the example given by @wgtmac; `max=3,min=1` is an accurate description of `[1,2,1,3]` but so is `max=3,min=0,is_min_exact=false` so statistics are not considered part of an `Array`'s value -- 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]
