Skip to content

Commit

Permalink
Consistent table identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Jul 4, 2016
1 parent 30dfea0 commit 1307f8c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -866,7 +866,7 @@ class DDLCommandSuite extends PlanTest {
""".stripMargin
val parsed = parser.parsePlan(sql)
val expected = AlterTableSetPropertiesCommand(
TableIdentifier("table_name", None),
TableIdentifier("table_name"),
Map("a" -> "1", "b" -> "0.1", "c" -> "true"),
isView = false)

Expand Down

0 comments on commit 1307f8c

Please sign in to comment.