dongjoon-hyun commented on a change in pull request #27952:
[SPARK-31184][SQL][test-hadoop3.2][test-java11] Support getTablesByType API of
Hive Client
URL: https://github.com/apache/spark/pull/27952#discussion_r396041969
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala
##########
@@ -405,12 +415,16 @@ class VersionsSuite extends SparkFunSuite with Logging {
try {
client.dropTable("default", tableName = "temporary", ignoreIfNotExists
= false,
purge = true)
+ client.dropTable("default", tableName = "view1", ignoreIfNotExists =
false,
+ purge = true)
Review comment:
nit. Usually, we had better have separate `try .. catch` statements.
----------------------------------------------------------------
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]