cloud-fan commented on a change in pull request #30475:
URL: https://github.com/apache/spark/pull/30475#discussion_r529296497
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
##########
@@ -729,7 +729,7 @@ class DataSourceV2SQLSuite
val ex = intercept[AnalysisException] {
sql("DROP TABLE testcat.db.notbl")
}
- assert(ex.getMessage.contains("Table or view not found: testcat.db.notbl"))
+ assert(ex.getMessage.contains("Table or view not found for 'DROP TABLE':
testcat.db.notbl"))
Review comment:
> since DROP TABLE requires either a table or temporary view
Do we have such a test case for v2 DROP TABLE?
----------------------------------------------------------------
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]