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

Apache Spark commented on SPARK-15594:
--------------------------------------

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

> ALTER TABLE ... SERDEPROPERTIES does not respect partition spec
> ---------------------------------------------------------------
>
>                 Key: SPARK-15594
>                 URL: https://issues.apache.org/jira/browse/SPARK-15594
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Andrew Or
>            Assignee: Andrew Or
>
> {code}
> case class AlterTableSerDePropertiesCommand(
>     tableName: TableIdentifier,
>     serdeClassName: Option[String],
>     serdeProperties: Option[Map[String, String]],
>     partition: Option[Map[String, String]])
>   extends RunnableCommand {
> {code}
> The `partition` flag is not read anywhere!



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