dongjoon-hyun commented on a change in pull request #29167:
URL: https://github.com/apache/spark/pull/29167#discussion_r457688329
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/DDLParserSuite.scala
##########
@@ -2003,6 +2002,17 @@ class DDLParserSuite extends AnalysisTest {
intercept(sql2, "Found duplicate clauses: TBLPROPERTIES")
}
+ test("create temporary view with properties not allowed") {
Review comment:
It would be great if we can have a JIRA ID prefix like `SPARK-32374: `.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]