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

Yin Huai resolved SPARK-15594.
------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 13343
[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
>             Fix For: 2.0.0
>
>
> {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