GitHub user map222 opened a pull request:

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

    [SPARK-20132][Docs]

    ## What changes were proposed in this pull request?
    Add docstrings to column.py for the Column functions `rlike`, `like`, 
`startswith`, and `endswith`. Pass these docstrings through `_bin_op`
    
    There may be a better place to put the docstrings. I put them immediately 
above the Column class.
    
    ## How was this patch tested?
    
    I ran `make html` on my local computer to remake the documentation, and 
verified that the html pages were displaying the docstrings correctly. I tried 
running `dev-tests`, and the formatting tests passed. However, my mvn build 
didn't work I think due to issues on my computer.
    
    These docstrings are my original work and free license. 
    
    @davies has done the most recent work reorganizing `_bin_op`

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

    $ git pull https://github.com/map222/spark patterson-documentation

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

    https://github.com/apache/spark/pull/17469.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 #17469
    
----
commit ac91b654555f9a07021222f2f1a162634d81be5b
Author: Michael Patterson <[email protected]>
Date:   2017-02-24T23:39:06Z

    Added documentation for like, rlike, 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 [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