cloud-fan commented on a change in pull request #34400:
URL: https://github.com/apache/spark/pull/34400#discussion_r738044596
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala
##########
@@ -405,6 +404,7 @@ private[hive] class HiveClientImpl(
private def getRawTablesByName(dbName: String, tableNames: Seq[String]):
Seq[HiveTable] = {
try {
+ shim.recordHiveCall
msClient.getTableObjectsByName(dbName, tableNames.asJava).asScala
Review comment:
why don't this go into the shim?
--
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]