cloud-fan commented on code in PR #38495:
URL: https://github.com/apache/spark/pull/38495#discussion_r1028755248


##########
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClient.scala:
##########
@@ -113,6 +113,9 @@ private[hive] trait HiveClient {
   /** Creates a table with the given metadata. */
   def createTable(table: CatalogTable, ignoreIfExists: Boolean): Unit
 
+  /** Get hive table properties. */
+  def hiveTableProps(rawHiveTable: RawHiveTable, containsStats: Boolean): 
Map[String, String]

Review Comment:
   shall we add a method in `RawHiveTable` to do it?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to