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



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLParserSuite.scala
##########
@@ -359,9 +359,6 @@ class DDLParserSuite extends AnalysisTest with 
SharedSparkSession {
       false,
       LocalTempView)
     comparePlans(parsed2, expected2)

Review comment:
       ```suggestion
       comparePlans(parsed2, expected2)
   
       // TODO(SPARK-37367): Reeable exception test in DDLParserSuite.create 
view -- basic
       // val v3 = "CREATE TEMPORARY VIEW a.b AS SELECT 1"
       // intercept(v3, "It is not allowed to add database prefix")
   ```




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