GitHub user JustinPihony opened a pull request:

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

    [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbc

    ## What changes were proposed in this pull request?
    
    This change modifies the implementation of DataFrameWriter.save such that 
it works with jdbc, and the call to jdbc merely delegates to save. 
    
    ## How was this patch tested?
    
    This was tested via unit tests in the JDBCWriteSuite, of which I added one 
new test to cover this scenario.
    
    ## Additional details
    
    @rxin This seems to have been most recently touched by you and was also 
commented on in the JIRA. 
    
    This contribution is my original work and I license the work to the project 
under the project's open source license.


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

    $ git pull https://github.com/JustinPihony/spark jdbc_reconciliation

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

    https://github.com/apache/spark/pull/12601.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 #12601
    
----
commit 6be5046119f1f9cffb78a08a9dbe614ed4f9d460
Author: Justin Pihony <[email protected]>
Date:   2016-04-22T05:55:34Z

    [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbc

----


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