HyukjinKwon commented on a change in pull request #34490:
URL: https://github.com/apache/spark/pull/34490#discussion_r751826176
##########
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:
Im gonna partially revert this change alone for now because other tests
seem passing fine.
--
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]