You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Davies Liu (JIRA)" <ji...@apache.org> on 2016/03/28 23:52:25 UTC

[jira] [Resolved] (SPARK-14202) python_full_outer_join should use generator expression instead of list comp

     [ https://issues.apache.org/jira/browse/SPARK-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davies Liu resolved SPARK-14202.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 11998
[https://github.com/apache/spark/pull/11998]

> python_full_outer_join should use generator expression instead of list comp
> ---------------------------------------------------------------------------
>
>                 Key: SPARK-14202
>                 URL: https://issues.apache.org/jira/browse/SPARK-14202
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark
>    Affects Versions: 1.4.0, 1.5.0, 1.6.0, 2.0.0
>            Reporter: Maciej Szymkiewicz
>             Fix For: 2.0.0
>
>
> At this moment {{python_full_outer_join}} is the only join operation on Python RDDs which uses list comprehension instead of generator expression in its {{dispatch}} function.
> It doesn't look like there is any particular reason that could justify this choice and it can lead to serious performance issues.



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