You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/09/05 17:41:28 UTC

[jira] [Commented] (SPARK-3417) Use of old-style classes in pyspark

    [ 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org