HyukjinKwon commented on a change in pull request #34490:
URL: https://github.com/apache/spark/pull/34490#discussion_r751825266
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLParserSuite.scala
##########
@@ -359,6 +359,9 @@ class DDLParserSuite extends AnalysisTest with
SharedSparkSession {
false,
LocalTempView)
comparePlans(parsed2, expected2)
+
+ val v3 = "CREATE TEMPORARY VIEW a.b AS SELECT 1"
+ intercept(v3, "It is not allowed to add database prefix")
Review comment:
I thought this was an old test so didn't take an action but probably we
should revert this one - seems pretty frequently failing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]