GitHub user wangmiao1981 opened a pull request:

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

    [SPARK-15684][SparkR]Not mask startsWith and endsWith in R

    ## What changes were proposed in this pull request?
    
    In R 3.3.0, startsWith and endsWith are added. In this PR, I make the two 
work in SparkR. 
    1. Remove signature in generic.R
    2. Add setMethod in column.R
    3. Add unit tests
    
    ## How was this patch tested?
    Manually test it through SparkR shell for both column data and string data, 
which are added into the unit test file.


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

    $ git pull https://github.com/wangmiao1981/spark start

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

    https://github.com/apache/spark/pull/13476.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 #13476
    
----
commit 81e5a31c045618780e73ab21272e0c26bed8e1f7
Author: wm...@hotmail.com <wm...@hotmail.com>
Date:   2016-06-02T21:38:48Z

    unmask startsWith and endsWith

----


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