Commits


mwish authored and GitHub committed 66cb7495d1a
GH-43382: [C++][Parquet] min-max Statistics doesn't work well when one of min-max is truncated (#43383) ### Rationale for this change See https://github.com/apache/arrow/issues/43382 ### What changes are included in this PR? Change stats has min-max from min || max to && ### Are these changes tested? * [x] TODO ### Are there any user-facing changes? Might affect interface using HasMinMax **This PR includes breaking changes to public APIs.** * GitHub Issue: #43382 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: mwish <maplewish117@gmail.com>