[parquet-cpp] branch master updated: PARQUET-1177: Add PARQUET_BUILD_WARNING_LEVEL option and more rigorous Clang warnings

2017-12-13 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/parquet-cpp.git The following commit(s) were added to refs/heads/master by this push: new 6ab16f3 PARQUET-1177: Add

[4/4] parquet-mr git commit: PARQUET-1142: Add alternatives to Hadoop classes in the API

2017-12-13 Thread blue
PARQUET-1142: Add alternatives to Hadoop classes in the API This updates the read and write paths to avoid using Hadoop classes where possible. * Adds a generic compression interface, `CompressionCodecFactory` * Adds `OutputFile` and `PositionOutputStream` * Adds classes to help implementations

[2/4] parquet-mr git commit: PARQUET-1142: Add alternatives to Hadoop classes in the API

2017-12-13 Thread blue
http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/8bfd9b4d/parquet-hadoop/src/main/java/org/apache/parquet/HadoopReadOptions.java -- diff --git a/parquet-hadoop/src/main/java/org/apache/parquet/HadoopReadOptions.java

[1/4] parquet-mr git commit: PARQUET-1142: Add alternatives to Hadoop classes in the API

2017-12-13 Thread blue
Repository: parquet-mr Updated Branches: refs/heads/master 81f480149 -> 8bfd9b4d8 http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/8bfd9b4d/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetWriter.java --