We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625596b commit 72b3307Copy full SHA for 72b3307
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/DDLParserSuite.scala
@@ -790,6 +790,7 @@ class DDLParserSuite extends AnalysisTest {
790
}
791
792
test("SPARK-17328 Fix NPE with EXPLAIN DESCRIBE TABLE") {
793
+ comparePlans(parsePlan("describe t"),
794
DescribeRelation(UnresolvedTableOrView(Seq("t")), Map.empty, isExtended = false))
795
comparePlans(parsePlan("describe table t"),
796
0 commit comments