Commits


Ildar Musin authored and Wes McKinney committed 085034f5ced
PARQUET-1494: [C++] Recognize statistics built with UNSIGNED sort order by parquet-mr 1.10.0 onwards Fixes the issue with min-max statistics built by parquet-mr 1.10+: https://issues.apache.org/jira/browse/PARQUET-1494 Author: Ildar Musin <zildermann@gmail.com> Closes #3441 from zilder/fix_parquet_1494 and squashes the following commits: c5ba5fc07 <Ildar Musin> Test case for min-max statistics on binary column built with parquet-mr 029f73047 <Ildar Musin> PARQUET-1494: Recognize statistics built with UNSIGNED sort order by parquet-mr 1.10.0 onwards