gatorsmile 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_r291037419
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClient.scala
##########
@@ -84,6 +84,8 @@ private[hive] trait HiveClient {
/** Returns the metadata for the specified table or None if it doesn't
exist. */
def getTableOption(dbName: String, tableName: String): Option[CatalogTable]
+ def getTablesByName(dbName: String, tableNames: Seq[String]):
Seq[CatalogTable]
Review comment:
Add a comment to describe the function?
----------------------------------------------------------------
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]