GitHub user mfliu opened a pull request:

    https://github.com/apache/spark/pull/9029

    SparkR joins. Used DataFrame.R and test_sparkSQL.R from Spark 1.5.1

    I was having issues with collect() and orderBy() in Spark 1.5.0 so I used 
the DataFrame.R file and test_sparkSQL.R file from the Spark 1.5.1 download. I 
only modified the join() function in DataFrame.R to include "full", 
"fullouter", "left", "right", and "leftsemi" and added corresponding test cases 
in the test for join() and merge() in test_sparkSQL.R file.
    Pull request because I filed this JIRA bug report:
    https://issues.apache.org/jira/browse/SPARK-10981

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mfliu/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9029.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9029
    
----
commit 5bde8cd7498912cecd8b2f169b60ab7cc86c7436
Author: Monica Liu <liu.monic...@gmail.com>
Date:   2015-10-08T18:23:43Z

    SparkR joins. Used DataFrame.R from Spark 1.5.1 because of changes to 
collect() and orderBy() functions

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to