-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7060][SQL] Add alias function to python dataframe #5634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #30761 has finished for PR 5634 at commit
|
|
jenkins test this please |
|
Test build #30765 has finished for PR 5634 at commit
|
|
Jenkins, retest this please. |
|
Test build #30776 has finished for PR 5634 at commit
|
|
Jenkins, retest this please. |
|
Test build #30855 has finished for PR 5634 at commit
|
|
Test build #30871 has finished for PR 5634 at commit
|
|
Test build #30875 has finished for PR 5634 at commit
|
python/pyspark/sql/dataframe.py
Outdated
There was a problem hiding this comment.
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')
|
Test build #30881 has finished for PR 5634 at commit
|
|
Test build #30884 has finished for PR 5634 at commit
|
|
Thanks. Meging in master. |
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.
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.
This pr tries to provide a way to let python users workaround https://issues.apache.org/jira/browse/SPARK-6231.