cloud-fan commented on code in PR #53780:
URL: https://github.com/apache/spark/pull/53780#discussion_r2685096556
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/SQLViewSuite.scala:
##########
@@ -50,6 +50,26 @@ abstract class SQLViewSuite extends QueryTest with
SQLTestUtils {
}
}
+ test("view can be dropped using DROP TABLE") {
Review Comment:
can we put the test in `SQLViewTestSuite`? then it will be tested with
local/global temp view as well.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]