LantaoJin commented on a change in pull request #24774: [SPARK-27899][SQL] Make
HiveMetastoreClient.getTableObjectsByName available in
ExternalCatalog/SessionCatalog API
URL: https://github.com/apache/spark/pull/24774#discussion_r290081077
##########
File path:
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/SparkMetadataOperationSuite.scala
##########
@@ -156,6 +156,7 @@ class SparkMetadataOperationSuite extends
HiveThriftJdbcTest {
withJdbcStatement("table1", "table2") { statement =>
Seq(
+ "DROP VIEW IF EXISTS view1",
Review comment:
This view was not cleaned up when the UT failed in my environment. So adding
this could stable the test case I think.
----------------------------------------------------------------
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]