[GitHub] spark pull request #18724: [SPARK-21519][SQL] Add an option to the JDBC data...

2017-08-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18724 --- 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 ena

[GitHub] spark pull request #18724: [SPARK-21519][SQL] Add an option to the JDBC data...

2017-08-11 Thread LucaCanali
Github user LucaCanali commented on a diff in the pull request: https://github.com/apache/spark/pull/18724#discussion_r132679699 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -1007,4 +1007,23 @@ class JDBCSuite extends SparkFunSuite a

[GitHub] spark pull request #18724: [SPARK-21519][SQL] Add an option to the JDBC data...

2017-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18724#discussion_r132600534 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -1007,4 +1007,23 @@ class JDBCSuite extends SparkFunSuite a

[GitHub] spark pull request #18724: [SPARK-21519][SQL] Add an option to the JDBC data...

2017-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18724#discussion_r132572082 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -1007,4 +1007,14 @@ class JDBCSuite extends SparkFunSuite a

[GitHub] spark pull request #18724: [SPARK-21519][SQL] Add an option to the JDBC data...

2017-07-30 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18724#discussion_r130266625 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCOptions.scala --- @@ -135,6 +135,8 @@ class JDBCOptions(

[GitHub] spark pull request #18724: [SPARK-21519][SQL] Add an option to the JDBC data...

2017-07-24 Thread LucaCanali
GitHub user LucaCanali opened a pull request: https://github.com/apache/spark/pull/18724 [SPARK-21519][SQL] Add an option to the JDBC data source to initialize the target DB environment Add an option to the JDBC data source to initialize the environment of the remote database sessi