Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13156#discussion_r63820600
  
    --- Diff: 
sql/hivecontext-compatibility/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
 ---
    @@ -58,4 +58,16 @@ class HiveContext private[hive](
         sparkSession.sharedState.asInstanceOf[HiveSharedState]
       }
     
    +  /**
    +   * Invalidate and refresh all the cached the metadata of the given 
table. For performance reasons,
    +   * Spark SQL or the external data source library it uses might cache 
certain metadata about a
    +   * table, such as the location of blocks. When those change outside of 
Spark SQL, users should
    +   * call this function to invalidate the cache.
    +   *
    +   * @since 1.3.0
    +   */
    +  def refreshTable(tableName: String): Unit = {
    --- End diff --
    
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to