cloud-fan commented on a change in pull request #27402: [SPARK-30679][SQL]
REPLACE TABLE can omit the USING clause
URL: https://github.com/apache/spark/pull/27402#discussion_r373442525
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/DDLParserSuite.scala
##########
@@ -49,26 +49,6 @@ class DDLParserSuite extends AnalysisTest {
comparePlans(parsePlan(sql), expected, checkAnalysis = false)
}
- test("SPARK-30098: create table without provider should " +
Review comment:
The default provider shouldn't be set by the parser. The newly added test
case will test the default provider.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]