GitHub user bomeng opened a pull request:

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

    [SPARK-25242][SQL] make sql config setting fluent

    ## What changes were proposed in this pull request?
    
    User can now set conf more easily by doing this:
    ```
    sparkSession.conf.set(...).set(...).unset(...)
    ```
    
    ## How was this patch tested?
    
    More tests for those writings are added to the existing test cases.

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

    $ git pull https://github.com/bomeng/spark 25242

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

    https://github.com/apache/spark/pull/22276.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 #22276
    
----
commit 45f438c650ae44662341f656378106bc31667f4d
Author: Bo Meng <bo.meng@...>
Date:   2018-08-29T23:10:09Z

    SPARK-25242: make sql config setting fluent

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to