forked from Kyligence/parquet-mr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-1026: allow unsigned binary stats when min == max
When min equals max this is a special case where unsigned stats would actually be the same as signed stats since there is only one value. This is useful when the data is partitioned by that column and there's only one value in the file. Drill for example takes advantage of this. Author: Julien Le Dem <[email protected]> Closes apache#416 from julienledem/min_eq_max and squashes the following commits: 1d71624 [Julien Le Dem] revert package import ordering change 47d89fc [Julien Le Dem] allow unsigned binary stats when min == max
- Loading branch information
1 parent
2d3203b
commit 352b906
Showing
3 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters