cloud-fan commented on code in PR #41348: URL: https://github.com/apache/spark/pull/41348#discussion_r1222590407
########## sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/DropTableSuite.scala: ########## @@ -26,7 +26,7 @@ class DropTableSuite extends v1.DropTableSuiteBase with CommandSuiteBase { test("hive client calls") { withNamespaceAndTable("ns", "tbl") { t => sql(s"CREATE TABLE $t (id int) $defaultUsing") - checkHiveClientCalls(expected = 11) { + checkHiveClientCalls(expected = 10) { Review Comment: the v2 DROP TABLE command can save one PRC call. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org