You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/06/26 21:34:04 UTC

[jira] [Commented] (SPARK-8669) Parquet 1.7 files that store binary enums crash when inferring schema

    [ https://issues.apache.org/jira/browse/SPARK-8669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603471#comment-14603471 ] 

Apache Spark commented on SPARK-8669:
-------------------------------------

User 'stevencanopy' has created a pull request for this issue:
https://github.com/apache/spark/pull/7048

> Parquet 1.7 files that store binary enums crash when inferring schema
> ---------------------------------------------------------------------
>
>                 Key: SPARK-8669
>                 URL: https://issues.apache.org/jira/browse/SPARK-8669
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.5.0
>            Reporter: Steven She
>
> Loading a Parquet 1.7 file that contains a binary ENUM field in Spark 1.5-SNAPSHOT crashes with the following exception:
> {noformat}
>   org.apache.spark.sql.AnalysisException: Illegal Parquet type: BINARY (ENUM);
>   at org.apache.spark.sql.parquet.CatalystSchemaConverter.illegalType$1(CatalystSchemaConverter.scala:129)
>   at org.apache.spark.sql.parquet.CatalystSchemaConverter.convertPrimitiveField(CatalystSchemaConverter.scala:184)
>   at org.apache.spark.sql.parquet.CatalystSchemaConverter.convertField(CatalystSchemaConverter.scala:114)
> ...
> {noformat}



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

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