Timothy created SPARK-32423:
-------------------------------

             Summary: class 'DataFrame' returns instance of type(self) instead 
of DataFrame 
                 Key: SPARK-32423
                 URL: https://issues.apache.org/jira/browse/SPARK-32423
             Project: Spark
          Issue Type: Wish
          Components: PySpark
    Affects Versions: 3.0.0, 2.4.6
            Reporter: Timothy


To allow for appropriate child classing of DataFrame, I propose the following 
change:

class 'DataFrame' returns instance of type(self) instead of  typeDataFrame 

 

Therefore child classes using methods such as '.limit()' will return an 
instance of the child class.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to