cloud-fan commented on a change in pull request #26419:
[SPARK-29680][SQL][Followup] Replace qualifiedName with multipartIdentifier
URL: https://github.com/apache/spark/pull/26419#discussion_r344018208
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/ErrorParserSuite.scala
##########
@@ -106,6 +127,14 @@ class ErrorParserSuite extends AnalysisTest {
|LOCATION '/user/external/page_view'
|TBLPROPERTIES ('p1'='v1', 'p2'='v2')
|AS SELECT * FROM src""".stripMargin, 2, 36, 37, msg + " page-view")
+ intercept(
+ """
+ |CREATE TABLE IF NOT EXISTS tab
+ |USING test-provider
+ |COMMENT 'This is the staging page view table'
Review comment:
nit: we don't have to specify COMMENT, LOCATION, etc to test provider name.
----------------------------------------------------------------
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]