GitHub user zero323 opened a pull request:

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

    [DOCS] Add docstrings to non-operator binary ops in pyspark.sql.Column

    ## What changes were proposed in this pull request?
    
    Add docstrings to the following `pyspark.sql.Column` binary ops:
     
    - `bitwiseOR`, `bitwiseAND`, `bitwiseXOR`.
    - `contains`, `rlike`, `like`, `startswith`, `endswith`.
    
    ## How was this patch tested?
    
    Manual tests, docs build.
    


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

    $ git pull https://github.com/zero323/spark BINARYOPS-DOCSTRINGS

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

    https://github.com/apache/spark/pull/17607.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 #17607
    
----
commit 3497d12d75db86b6a21c1c1bc5e5b9802deb19a9
Author: zero323 <zero...@users.noreply.github.com>
Date:   2017-04-11T10:24:14Z

    Add docstrings to selected binary ops

----


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