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

    https://github.com/apache/spark/pull/16609#discussion_r97214411
  
    --- Diff: python/pyspark/sql/dataframe.py ---
    @@ -85,17 +85,20 @@ def rdd(self):
                 self._lazy_rdd = RDD(jrdd, self.sql_ctx._sc, 
BatchedSerializer(PickleSerializer()))
             return self._lazy_rdd
     
    -    @since(2.1)
    +    @since(2.2)
         def name(self):
             """
             Return the name of this Dataset.
             """
             return self._jdf.name()
     
         @ignore_unicode_prefix
    -    @since(2.1)
    +    @since(2.2)
         def setName(self, name):
    -        """
    +        """Sets the name of this Dataset.
    +
    +        The name wil be displayed on the storage tab of the UI if the 
Dataset is cached.
    --- End diff --
    
    I'm not sure but maybe this should say "DataFrame" instead


---
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