cloud-fan commented on a change in pull request #28517:
URL: https://github.com/apache/spark/pull/28517#discussion_r425137042



##########
File path: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/DDLParserSuite.scala
##########
@@ -2195,22 +2195,4 @@ class DDLParserSuite extends AnalysisTest {
       parsePlan("COMMENT ON TABLE a.b.c IS 'xYz'"),
       CommentOnTable(UnresolvedTable(Seq("a", "b", "c")), "xYz"))
   }
-
-  test("create table - without using") {

Review comment:
       after a second thought, can we keep the test but ignore it? We still 
need these tests after the syntax unification is done. We can add a comment to 
reference the JIRA ticket.




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

Reply via email to