Skip to content

Commit 72b3307

Browse files
committed
fix merge
1 parent 625596b commit 72b3307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/DDLParserSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ class DDLParserSuite extends AnalysisTest {
790790
}
791791

792792
test("SPARK-17328 Fix NPE with EXPLAIN DESCRIBE TABLE") {
793+
comparePlans(parsePlan("describe t"),
793794
DescribeRelation(UnresolvedTableOrView(Seq("t")), Map.empty, isExtended = false))
794795
comparePlans(parsePlan("describe table t"),
795796
DescribeRelation(UnresolvedTableOrView(Seq("t")), Map.empty, isExtended = false))

0 commit comments

Comments
 (0)