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



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLParserSuite.scala
##########
@@ -360,8 +360,9 @@ class DDLParserSuite extends AnalysisTest with 
SharedSparkSession {
       LocalTempView)
     comparePlans(parsed2, expected2)
 
-    val v3 = "CREATE TEMPORARY VIEW a.b AS SELECT 1"
-    intercept(v3, "It is not allowed to add database prefix")
+    // TODO(SPARK-37367): Reeable exception test in DDLParserSuite.create view 
-- basic

Review comment:
       ```suggestion
       // TODO(SPARK-37367): Reenable exception test in DDLParserSuite.create 
view -- basic
   ```




-- 
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