[ 
https://issues.apache.org/jira/browse/SPARK-17776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiao Li resolved SPARK-17776.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

Issue resolved by pull request 15292
[https://github.com/apache/spark/pull/15292]

> Potentially duplicated names which might have conflicts between JDBC options 
> and properties instance
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-17776
>                 URL: https://issues.apache.org/jira/browse/SPARK-17776
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> This was discussed here - 
> https://github.com/apache/spark/pull/15292#discussion_r81128083
> Currently, `read.format("jdbc").option(...)`, 
> `write.format("jdbc").option(...)` and `write.jdbc(...)` write all the 
> options into `Properties` instance which might have some conflicts.
> We should not pass those Spark-only options into JDBC drivers but just handle 
> within Spark.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to