kou opened a new pull request, #13087:
URL: https://github.com/apache/arrow/pull/13087
The following cases return wrong result:
* statistics_no_minmax.Equals(statistics_no_minmax):
This must returns true but false is returned.
* statistics_minmax.Equals(statistics_minmax):
This must returns true but false is returned.
* statistics_minmax1.Equals(statistics_minmax2) where
statistics_minmax1 and statistics_minmax2 have different minmax:
This must returns false but true is returned.
Note that parquet::Statistics::Equals() was introduced by
https://github.com/apache/arrow/pull/8507 .
--
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]