Skip to content
Snippets Groups Projects
  • Justin Pihony's avatar
    50b89d05
    [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbc · 50b89d05
    Justin Pihony authored
    ## 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.
    
    Author: Justin Pihony <justin.pihony@gmail.com>
    Author: Justin Pihony <justin.pihony@typesafe.com>
    
    Closes #12601 from JustinPihony/jdbc_reconciliation.
    50b89d05
    History
    [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbc
    Justin Pihony authored
    ## 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.
    
    Author: Justin Pihony <justin.pihony@gmail.com>
    Author: Justin Pihony <justin.pihony@typesafe.com>
    
    Closes #12601 from JustinPihony/jdbc_reconciliation.