cloud-fan commented on a change in pull request #34400:
URL: https://github.com/apache/spark/pull/34400#discussion_r737529952
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveShim.scala
##########
@@ -259,7 +272,7 @@ private[client] class Shim_v0_12 extends Shim with Logging {
msc
}
- override def getMSC(hive: Hive): IMetaStoreClient = {
+ override def getMSC(hive: Hive): IMetaStoreClient = withHiveCall {
Review comment:
does this send an RPC request?
--
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]