-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-7118] [Python] Add the coalesce Spark SQL function available in PySpark #5698
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
|
Jenkins, test this please. |
|
LGTM also. |
|
Somehow Jenkins doesn't seem to be build this PR : https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/ |
|
is this the job now ? https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/ |
|
Can one of the admins verify this patch? |
|
Jenkins, test this please. :) |
|
Jenkins, test this please. |
|
rebased properly :) |
|
Jenkins, test this please. |
|
Actually I think we changed the show() output format slightly, so you'd need to update the test case expected output. |
|
can you launch jenkins and I'll change the test case accordingly ? |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32092 has started for PR 5698 at commit |
|
Test build #32092 has finished for PR 5698 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
No changes to the scala/java part, only changes in Python.
|
test is now fixed and using its own test variables |
|
@pwendell do you mind launching the jenkins test, please ? |
|
Jenkins, retest this please. Jenkins, add to whitelist. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32113 has started for PR 5698 at commit |
|
Test build #32113 has finished for PR 5698 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Thanks. Merging this in master and branch-1.4. |
…n PySpark This patch adds a proxy call from PySpark to the Spark SQL coalesce function and this patch comes out of a discussion on devspark with rxin This contribution is my original work and i license the work to the project under the project's open source license. Olivier. Author: Olivier Girardot <[email protected]> Closes #5698 from ogirardot/master and squashes the following commits: d9a4439 [Olivier Girardot] SPARK-7118 Add the coalesce Spark SQL function available in PySpark (cherry picked from commit 068c315) Signed-off-by: Reynold Xin <[email protected]>
…n PySpark This patch adds a proxy call from PySpark to the Spark SQL coalesce function and this patch comes out of a discussion on devspark with rxin This contribution is my original work and i license the work to the project under the project's open source license. Olivier. Author: Olivier Girardot <[email protected]> Closes apache#5698 from ogirardot/master and squashes the following commits: d9a4439 [Olivier Girardot] SPARK-7118 Add the coalesce Spark SQL function available in PySpark
…n PySpark This patch adds a proxy call from PySpark to the Spark SQL coalesce function and this patch comes out of a discussion on devspark with rxin This contribution is my original work and i license the work to the project under the project's open source license. Olivier. Author: Olivier Girardot <[email protected]> Closes apache#5698 from ogirardot/master and squashes the following commits: d9a4439 [Olivier Girardot] SPARK-7118 Add the coalesce Spark SQL function available in PySpark
…n PySpark This patch adds a proxy call from PySpark to the Spark SQL coalesce function and this patch comes out of a discussion on devspark with rxin This contribution is my original work and i license the work to the project under the project's open source license. Olivier. Author: Olivier Girardot <[email protected]> Closes apache#5698 from ogirardot/master and squashes the following commits: d9a4439 [Olivier Girardot] SPARK-7118 Add the coalesce Spark SQL function available in PySpark
This patch adds a proxy call from PySpark to the Spark SQL coalesce function and this patch comes out of a discussion on dev@spark with @rxin
This contribution is my original work and i license the work to the project under the project's open source license.
Olivier.