Skip to content

Conversation

@yhuai
Copy link
Contributor

@yhuai yhuai commented Apr 22, 2015

This pr tries to provide a way to let python users workaround https://issues.apache.org/jira/browse/SPARK-6231.

@SparkQA
Copy link

SparkQA commented Apr 22, 2015

Test build #30761 has finished for PR 5634 at commit f157c30.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@yhuai
Copy link
Contributor Author

yhuai commented Apr 22, 2015

jenkins test this please

@SparkQA
Copy link

SparkQA commented Apr 22, 2015

Test build #30765 has finished for PR 5634 at commit f157c30.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@rxin
Copy link
Contributor

rxin commented Apr 22, 2015

Jenkins, retest this please.

@yhuai yhuai changed the title [SPARK-6231][SQL][workaround] Add alias function to python dataframe [SPARK-7060][SQL] Add alias function to python dataframe Apr 22, 2015
@SparkQA
Copy link

SparkQA commented Apr 22, 2015

Test build #30776 has finished for PR 5634 at commit f157c30.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@yhuai
Copy link
Contributor Author

yhuai commented Apr 23, 2015

Jenkins, retest this please.

@SparkQA
Copy link

SparkQA commented Apr 23, 2015

Test build #30855 has finished for PR 5634 at commit f157c30.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@SparkQA
Copy link

SparkQA commented Apr 23, 2015

Test build #30871 has finished for PR 5634 at commit 66ce8ea.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@SparkQA
Copy link

SparkQA commented Apr 23, 2015

Test build #30875 has finished for PR 5634 at commit a9b0a77.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

joined_df = df_alias1.join(df_alias2, col("df_alias1.name") == col("df_alias2.name"), 'inner')

@SparkQA
Copy link

SparkQA commented Apr 23, 2015

Test build #30881 has finished for PR 5634 at commit 1658113.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@SparkQA
Copy link

SparkQA commented Apr 24, 2015

Test build #30884 has finished for PR 5634 at commit 8465acd.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@rxin
Copy link
Contributor

rxin commented Apr 24, 2015

Thanks. Meging in master.

@asfgit asfgit closed this in 2d010f7 Apr 24, 2015
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 14, 2015
This pr tries to provide a way to let python users workaround https://issues.apache.org/jira/browse/SPARK-6231.

Author: Yin Huai <[email protected]>

Closes apache#5634 from yhuai/pythonDFAlias and squashes the following commits:

8465acd [Yin Huai] Add an alias to a Python DF.
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
This pr tries to provide a way to let python users workaround https://issues.apache.org/jira/browse/SPARK-6231.

Author: Yin Huai <[email protected]>

Closes apache#5634 from yhuai/pythonDFAlias and squashes the following commits:

8465acd [Yin Huai] Add an alias to a Python DF.
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