PingLiuPing opened a new issue, #47426:
URL: https://github.com/apache/arrow/issues/47426

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   When writing parquet files, if the value of a float or double column are 
both infinity or -infinity, the min and max stats of this column is wrong.
   For example, suppose the column is float, and all values are 
-std::numeric_limits<float>::infinity(), the min and max collected in 
TypeStatisticsImpl are [-Inf, std::numeric_limits<float>::lowest()].
   But the actual result should be [-Inf, -Inf].
   
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to