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

    https://github.com/apache/spark/pull/13558#discussion_r67493707
  
    --- Diff: python/pyspark/sql/catalog.py ---
    @@ -232,6 +232,11 @@ def clearCache(self):
             """Removes all cached tables from the in-memory cache."""
             self._jcatalog.clearCache()
     
    +    @since(2.0)
    +    def refreshTable(self, tableName):
    +        """Invalidate and refresh all the cached the metadata of the given 
table."""
    --- End diff --
    
    There's an extra "the" in this comment, should be `refresh all the cached 
metadata`


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to