parquet-mr git commit: PARQUET-686: Do not return min/max for the wrong order.

2016-10-12 Thread blue
Repository: parquet-mr Updated Branches: refs/heads/master 06768d91b -> de99127d7 PARQUET-686: Do not return min/max for the wrong order. Min and max are currently calculated using the default Java ordering that uses signed comparison for all values. This is not correct for binary types like

parquet-mr git commit: PARQUET-743: Fix DictionaryFilter when compressed dictionaries are reused.

2016-10-12 Thread blue
Repository: parquet-mr Updated Branches: refs/heads/master de99127d7 -> 59ec4f018 PARQUET-743: Fix DictionaryFilter when compressed dictionaries are reused. BytesInput is not supposed to be held and reused, but decompressed dictionary pages do this. Reusing the dictionary will cause a