Description
Parquet files generated by Spark 1.1 have a deprecated representation of the schema. In Spark 1.3 we fail to read these files through the new Parquet code path. We should continue to read these files until we formally deprecate this representation.
As a workaround:
SET spark.sql.parquet.useDataSourceApi=false