dongjoon-hyun commented on a change in pull request #27952: [SPARK-31184][SQL]
Support getTablesByType API of Hive Client
URL: https://github.com/apache/spark/pull/27952#discussion_r395451175
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClient.scala
##########
@@ -61,6 +61,13 @@ private[hive] trait HiveClient {
/** Returns the names of tables in the given database that matches the given
pattern. */
def listTables(dbName: String, pattern: String): Seq[String]
+ /** Returns the names of tables with specific tableType in the given
database that matches
+ * the given pattern. */
Review comment:
```scala
/**
* Returns the names of tables with specific tableType in the given database
that matches
* the given pattern.
*/
```
----------------------------------------------------------------
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]