Skip to content

[SPARK-14202][PYTHON] Use generator expression instead of list comp in python_full_outer_jo…#11998

Closed
zero323 wants to merge 1 commit intoapache:masterfrom
zero323:pyspark-join-generator-expr
Closed

[SPARK-14202][PYTHON] Use generator expression instead of list comp in python_full_outer_jo…#11998
zero323 wants to merge 1 commit intoapache:masterfrom
zero323:pyspark-join-generator-expr

Conversation

@zero323
Copy link
Member

@zero323 zero323 commented Mar 28, 2016

What changes were proposed in this pull request?

This PR replaces list comprehension in python_full_outer_join.dispatch with a generator expression.

How was this patch tested?

PySpark-Core, PySpark-MLlib test suites against Python 2.7, 3.5.

@SparkQA
Copy link

SparkQA commented Mar 28, 2016

Test build #54322 has finished for PR 11998 at commit dc70f31.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Mar 28, 2016

cc @davies

@davies
Copy link
Contributor

davies commented Mar 28, 2016

LGTM, merging this into master.

@asfgit asfgit closed this in 39f743a Mar 28, 2016
@zero323 zero323 deleted the pyspark-join-generator-expr branch April 6, 2017 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants