[ 
https://issues.apache.org/jira/browse/SPARK-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14123059#comment-14123059
 ] 

Apache Spark commented on SPARK-3417:
-------------------------------------

User 'mrocklin' has created a pull request for this issue:
https://github.com/apache/spark/pull/2288

> Use of old-style classes in pyspark
> -----------------------------------
>
>                 Key: SPARK-3417
>                 URL: https://issues.apache.org/jira/browse/SPARK-3417
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Matthew Rocklin
>            Priority: Minor
>
> pyspark seems to use old-style classes
> class Foo:
> These are relatively ancient and should be replaced by
> class Foo(object):
> Many newer libraries depend on this change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to