HyukjinKwon commented on a change in pull request #34490:
URL: https://github.com/apache/spark/pull/34490#discussion_r751824750



##########
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:
       @cloud-fan, seems like this test is flaky:
   
   https://github.com/apache/spark/runs/4209199644
   https://github.com/apache/spark/runs/4235793982
   https://github.com/apache/spark/runs/4223996038
   
   See also SPARK-37308




-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to