GitHub user felixcheung opened a pull request:

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

    [SPARK-9319][SPARKR] Add support for setting column names, types

    Add support for for colnames, colnames<-, coltypes<-
    Also added tests for names, names<- which have no test previously.
    
    I merged with PR 8984 (coltypes). Clicked the wrong thing, crewed up the 
PR. Recreated it here. Was #9218 
    
    @shivaram @sun-rui

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

    $ git pull https://github.com/felixcheung/spark colnamescoltypes

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

    https://github.com/apache/spark/pull/9654.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 #9654
    
----
commit 7eb4815ffaf62dd7678b81f7aaf1bb49878a9303
Author: felixcheung <[email protected]>
Date:   2015-10-22T06:48:43Z

    Add support for colnames, colnames<-, coltypes<-

commit 009d755c43357b8e7839783e5975fa40cc1b1b66
Author: felixcheung <[email protected]>
Date:   2015-11-01T20:33:28Z

    Take R types instead to map to JVM types, add check for NA to keep column

commit 44662e62be27b55c33c04fae7b08ad1dc52a7c48
Author: felixcheung <[email protected]>
Date:   2015-11-01T21:27:10Z

    This seems to fix the Rd error - no idea why it worked before.

commit e846f9df26f593f70a0b140cd8226dec950802ff
Author: felixcheung <[email protected]>
Date:   2015-11-02T00:33:40Z

    fix test broken from column name change from cast

commit c102bc0f3436d5840f706f38bd1882fba382e088
Author: felixcheung <[email protected]>
Date:   2015-11-12T06:40:08Z

    rebase, merge with coltypes change, fix generic, doc

----


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