parquet-cpp git commit: PARQUET-931: Add option to pin Arrow version with environment variable

2017-04-17 Thread wesm
Repository: parquet-cpp Updated Branches: refs/heads/master 410939c76 -> bf551d6d8 PARQUET-931: Add option to pin Arrow version with environment variable Also added console output to show the version to help with debugging. I need this to help with pinning the Arrow version in conda-forge

parquet-format git commit: PARQUET-686: Add Order to store the order used for min/max stats.

2017-04-17 Thread blue
Repository: parquet-format Updated Branches: refs/heads/master 65e851eae -> 041708da1 PARQUET-686: Add Order to store the order used for min/max stats. This adds a new enum, `Order`, that will be set to the order used to produce the min and max values in all `Statistics` objects (at the page