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

Apache Spark commented on SPARK-6471:
-------------------------------------

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

> Metastore schema should only be a subset of parquet schema to support 
> dropping of columns using replace columns
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-6471
>                 URL: https://issues.apache.org/jira/browse/SPARK-6471
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.3.0
>            Reporter: Yash Datta
>             Fix For: 1.4.0
>
>
> Currently in the parquet relation 2 implementation, error is thrown in case 
> merged schema is not exactly the same as metastore schema. 
> But to support cases like deletion of column using replace column command, we 
> can relax the restriction so that even if metastore schema is a subset of 
> merged parquet schema, the query will work.



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