spark git commit: [SPARK-9618] [SQL] Use the specified schema when reading Parquet files

2015-08-06 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 8b00c0690 -> d5f788121 [SPARK-9618] [SQL] Use the specified schema when reading Parquet files The user specified schema is currently ignored when loading Parquet files. One workaround is to use the `format` and `load` methods instead o

spark git commit: [SPARK-9618] [SQL] Use the specified schema when reading Parquet files

2015-08-05 Thread lian
Repository: spark Updated Branches: refs/heads/master 70112ff22 -> eb8bfa3ea [SPARK-9618] [SQL] Use the specified schema when reading Parquet files The user specified schema is currently ignored when loading Parquet files. One workaround is to use the `format` and `load` methods instead of `p