GitHub user hlin09 opened a pull request:

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

    [SPARK-6837][R] Several cleanClosure fixes with minor refactoring

    1. Several fixes on cleanClosure: write-after-read (WAR) order; remove 
"SparkR" package constraint on package private functions; handle "missing 
arguments"; ignore the symbol with qualifier "::" and ":::"
    2. Minor refactoring.

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

    $ git pull https://github.com/hlin09/spark cleanClosureFix

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

    https://github.com/apache/spark/pull/6133.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 #6133
    
----
commit 74ec303d3cd4daf6e8ea396c8d4965ec0443a442
Author: hlin09 <[email protected]>
Date:   2015-04-13T19:27:34Z

    Minor refactor and removes redundancy.

commit b34c034aa34c7ea46f70fe673adff1cc446951a1
Author: hlin09 <[email protected]>
Date:   2015-04-15T20:39:03Z

    Merge branch 'master' into cleanClosureFix

commit d64fe9f61c20df55bc68659e7703883b662b6ac9
Author: hlin09 <[email protected]>
Date:   2015-04-21T21:47:09Z

    Merge branch 'master' into cleanClosureFix

commit 2005d9ea88bb8b3318af4829bd0782cbc935cb7c
Author: hlin09 <[email protected]>
Date:   2015-04-25T20:50:19Z

    Merge branch 'master' into cleanClosureFix

commit 3d3481b2d35b5d788d91ec3bb1d0de4de60ffbf8
Author: hlin09 <[email protected]>
Date:   2015-04-26T03:32:08Z

    Fix WAR order, and recursive function checks.

commit 7366b4da3f3cf65144a520bddd81b8f86de84338
Author: hlin09 <[email protected]>
Date:   2015-04-28T03:21:25Z

    Fixes 6837 and 6840 with modification to plyrmr.

commit 5f153d671e490646235735b58193a1347f60c3ef
Author: hlin09 <[email protected]>
Date:   2015-05-01T00:13:15Z

    Merge remote-tracking branch 'upstream/master' into cleanClosureFix

commit 7097a9e1e9f3c97ab944276e40451359f18813a5
Author: hlin09 <[email protected]>
Date:   2015-05-13T18:58:56Z

    merge master

commit d7b3ed95ff154e3af6609323184d5969839a09a9
Author: hlin09 <[email protected]>
Date:   2015-05-13T20:18:22Z

    Adds private function tests.

commit 6c43f6e07e10c33ad96dcb6f7dfa7cc3d3e00d48
Author: hlin09 <[email protected]>
Date:   2015-05-13T20:43:41Z

    Add test for missing arg.

commit 0addf88c65e6dcb34cac8cecffbad54ad251e710
Author: hlin09 <[email protected]>
Date:   2015-05-13T21:27:37Z

    Fixes test.

commit 26a1743318fcfe64b96f7f036a788d4f7ea7396f
Author: hlin09 <[email protected]>
Date:   2015-05-13T21:38:37Z

    Ignore the '::' case.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to