Commits


Wes McKinney authored and Uwe L. Korn committed ea9c4d39204
PARQUET-828: Do not implicitly cast ParquetVersion enum to int See https://github.com/apache/parquet-mr/blob/df9d8e415436292ae33e1ca0b8da256640de9710/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileWriter.java#L86, this number should be 1 for Parquet 1.0 files, I believe. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #216 from wesm/PARQUET-828 and squashes the following commits: ab6773c [Wes McKinney] Do not implicitly cast ParquetVersion enum to int. Set 1.0 to 1, 2.0 to 2 Change-Id: I7cb74e2c2ea4d567ff0d04cd4510efda9115a53f