[ 
https://issues.apache.org/jira/browse/SPARK-6315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cheng Lian resolved SPARK-6315.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0
                   1.3.1

Issue resolved by pull request 5034
[https://github.com/apache/spark/pull/5034]

> SparkSQL 1.3.0 (RC3) fails to read parquet file generated by 1.1.1
> ------------------------------------------------------------------
>
>                 Key: SPARK-6315
>                 URL: https://issues.apache.org/jira/browse/SPARK-6315
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.3.0
>            Reporter: Michael Armbrust
>            Assignee: Cheng Lian
>            Priority: Blocker
>             Fix For: 1.3.1, 1.4.0
>
>
> 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:
> {code}
> SET spark.sql.parquet.useDataSourceApi=false
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to