You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/07/09 00:53:04 UTC

[jira] [Resolved] (SPARK-6775) Simplify CatalystConverter class hierarchy and pass in Parquet schema

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

Cheng Lian resolved SPARK-6775.
-------------------------------
    Resolution: Fixed

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

> Simplify CatalystConverter class hierarchy and pass in Parquet schema
> ---------------------------------------------------------------------
>
>                 Key: SPARK-6775
>                 URL: https://issues.apache.org/jira/browse/SPARK-6775
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 1.0.2, 1.1.1, 1.2.1, 1.3.0
>            Reporter: Cheng Lian
>            Assignee: Cheng Lian
>
> {{CataystConverter}} classes are used to convert Parquet records to Spark SQL row objects. Current converter implementations have the following problems:
> # They simply ignore original Parquet schema, which makes adding Parquet backwards-compatibility rules impossible.
> # They are unnecessary over complicated.
> # {{SpecificMutableRow}} is only used for structs whose fields are all of primitive types.



--
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