-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9726] [Python] PySpark DF join no longer accepts on=None #8016
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
…cepts None as join expression
|
Thanks - do you think you can add a test case in python/pyspark/sql/tests.py for this? |
|
Jenkins, ok to test. |
|
LGTM, thanks to working on this! |
|
I will add a test today or tomorrow around this. It does not look like there are any tests for joins on pyspark right now, |
|
Test build #1491 has finished for PR 8016 at commit
|
|
Still need to add tests, but it looks like this failed on the pyspark.mllib tests not anything to do with pyspark.sql |
|
Test build #1499 has finished for PR 8016 at commit
|
|
I'm going to merge this so that we can have the fix in the 1.5 preview. Please do add the test still in a follow up pr! Thanks! |
rxin First pull request for Spark so let me know if I am missing anything The contribution is my original work and I license the work to the project under the project's open source license. Author: Brennan Ashton <bashton@brennanashton.com> Closes #8016 from btashton/patch-1. (cherry picked from commit 60103ec) Signed-off-by: Michael Armbrust <michael@databricks.com>
rxin First pull request for Spark so let me know if I am missing anything The contribution is my original work and I license the work to the project under the project's open source license. Author: Brennan Ashton <bashton@brennanashton.com> Closes apache#8016 from btashton/patch-1.
rxin First pull request for Spark so let me know if I am missing anything The contribution is my original work and I license the work to the project under the project's open source license. Author: Brennan Ashton <bashton@brennanashton.com> Closes apache#8016 from btashton/patch-1.
@rxin
First pull request for Spark so let me know if I am missing anything
The contribution is my original work and I license the work to the project under the project's open source license.