GitHub user rberenguel opened a pull request:

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

    [Spark-19732][SQL][PYSPARK] fillna bools

    ## What changes were proposed in this pull request?
    
    Allow fill/replace of NAs with booleans, both in Python and Scala
    
    ## How was this patch tested?
    
    Unit tests, doctests
    
    This PR is original work from me and I license this work to the Spark 
project

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

    $ git pull https://github.com/rberenguel/spark SPARK-19732-fillna-bools

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

    https://github.com/apache/spark/pull/18164.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 #18164
    
----
commit 60b60e307acae467b40d6dd8880918134e367140
Author: Ruben Berenguel Montoro <ru...@mostlymaths.net>
Date:   2017-05-30T23:22:44Z

    SPARK-19732 fillna for booleans in place. Tomorrow testing for it and 
adding to PySpark

commit fb0904b21a048f40a35da72ff518822e8e3fb6c4
Author: Ruben Berenguel Montoro <ru...@mostlymaths.net>
Date:   2017-05-31T15:57:03Z

    SPARK-19732 Fillna for booleans (Spark and Scala)

----


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