PARQUET-1494: [C++] Recognize statistics built with UNSIGNED sort order by parquet-mr 1.10.0 onwards#3441
PARQUET-1494: [C++] Recognize statistics built with UNSIGNED sort order by parquet-mr 1.10.0 onwards#3441zilder wants to merge 2 commits intoapache:masterfrom
Conversation
cpp/src/parquet/metadata.cc
Outdated
There was a problem hiding this comment.
Edit: Can you add the file generated by parquet-mr to the data folder in the parquet-testing submodule https://github.com/apache/arrow/tree/master/cpp/submodules and add a test as well?
|
Added a test case. |
|
@zilder can you amend your last commit and push again? I committed the binary file. Travis CI should pick that up now. |
27095da to
66b39cb
Compare
|
@zilder looks like you need to run clang-format |
|
just did and pushed new version |
majetideepak
left a comment
There was a problem hiding this comment.
+1 LGTM. I will merge after appveyor finishes. Thanks for this contribution!
66b39cb to
c5ba5fc
Compare
|
@majetideepak has someone flipped your commit bit for arrow? Apologies if not, Jacques may have to do it |
|
@wesm I do not have the commit bit for Arrow. I will send an email to Jacques. Can you take care of merging this? Thanks. |
Fixes the issue with min-max statistics built by parquet-mr 1.10+:
https://issues.apache.org/jira/browse/PARQUET-1494