GitHub user zero323 reopened a pull request:

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

    [SPARK-20550][SPARKR] R wrapper for Dataset.alias

    ## What changes were proposed in this pull request?
    
    - Add SparkR wrapper for `Dataset.alias`.
    - Adjust roxygen annotations for `functions.alias` (including example 
usage).
    
    ## How was this patch tested?
    
    Unit tests, `check_cran.sh`.


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

    $ git pull https://github.com/zero323/spark SPARK-20550

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

    https://github.com/apache/spark/pull/17825.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 #17825
    
----
commit 944a3ec791a8f103093e24511e895a4ce60970d8
Author: zero323 <[email protected]>
Date:   2017-05-01T08:59:24Z

    Initial implementation

commit 5e9f8da45c432e0752e5e78556add33e0a6d0557
Author: zero323 <[email protected]>
Date:   2017-05-01T22:27:11Z

    Adjust argument annotations
    
    - Remove param annotations from dataframe.alias
    - Use generic annotations for column.alias

commit 73133f9442ad8317fb12b600221962bf47d8a95c
Author: zero323 <[email protected]>
Date:   2017-05-01T22:31:26Z

    Add usage examples to column.alias

commit 848eeefc1f18c6aabaf65e6efed259a2fa5c19c3
Author: zero323 <[email protected]>
Date:   2017-05-01T22:34:51Z

    Remove return type annotation

commit 05c0781110b42a940e06cc31650449a8715e85c9
Author: zero323 <[email protected]>
Date:   2017-05-02T02:00:13Z

    Fix typo

commit 22d7cf661bb54a8f7f9c660e1d914802f1eb4153
Author: zero323 <[email protected]>
Date:   2017-05-02T04:25:34Z

    Move dontruns to their own lines

commit 22e1292557f1a5597cde6337267a099bbcdc07aa
Author: zero323 <[email protected]>
Date:   2017-05-02T04:27:11Z

    Extend param description

commit 6bb3d914960d1cf63e582a7d732ca80ed321e9c5
Author: zero323 <[email protected]>
Date:   2017-05-02T04:33:34Z

    Add type annotations to since notes

commit b3c1a416a16a9d32649edda2b66fc9c3476358a5
Author: zero323 <[email protected]>
Date:   2017-05-02T04:38:51Z

    Attach alias test to select-with-column test case

commit 40fedcb8c41bc84deead205aad81e84c095045b5
Author: zero323 <[email protected]>
Date:   2017-05-02T04:44:45Z

    Extend description

commit 1e1ad443751fc3dc93487e5385cc934feb93f631
Author: zero323 <[email protected]>
Date:   2017-05-03T00:25:15Z

    Move alias documentation to generics

commit 2d5ace288f2443327696823c343c095f0d8d64ca
Author: zero323 <[email protected]>
Date:   2017-05-04T01:13:45Z

    Add family annotation

commit 5fe5495580eb3852ea5092a34dc2334c0e45c9b7
Author: zero323 <[email protected]>
Date:   2017-05-04T06:32:54Z

    Check that stats::alias is not masked

commit 09f9ccaf5e66a400d26b4ab6d600d951305d5fd3
Author: zero323 <[email protected]>
Date:   2017-05-04T07:04:52Z

    Fix style

commit f1c74f338b8df865a5e8b9a6e281211aa27af7d3
Author: zero323 <[email protected]>
Date:   2017-05-04T10:17:42Z

    vim

----


---
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