You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/20 15:09:52 UTC

[GitHub] [spark] Eric5553 commented on a change in pull request #27952: [SPARK-31184][SQL][test-hive1.2] Support getTablesByType API of Hive Client

Eric5553 commented on a change in pull request #27952: [SPARK-31184][SQL][test-hive1.2] Support getTablesByType API of Hive Client
URL: https://github.com/apache/spark/pull/27952#discussion_r395701285
 
 

 ##########
 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:
   I see, thanks for the review!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org