Andrew Or created SPARK-15594:
---------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]