[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451436560 ## File path: docs/sql-data-sources-jdbc.md ## @@ -156,6 +156,20 @@ the following case-insensitive options: + + preActions + +

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451339072 ## File path: docs/sql-data-sources-jdbc.md ## @@ -156,6 +156,20 @@ the following case-insensitive options: + + preActions + +

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451339072 ## File path: docs/sql-data-sources-jdbc.md ## @@ -156,6 +156,20 @@ the following case-insensitive options: + + preActions + +

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451339072 ## File path: docs/sql-data-sources-jdbc.md ## @@ -156,6 +156,20 @@ the following case-insensitive options: + + preActions + +

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451339072 ## File path: docs/sql-data-sources-jdbc.md ## @@ -156,6 +156,20 @@ the following case-insensitive options: + + preActions + +

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451339072 ## File path: docs/sql-data-sources-jdbc.md ## @@ -156,6 +156,20 @@ the following case-insensitive options: + + preActions + +

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451350821 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala ## @@ -122,6 +123,33 @@ object JdbcUtils extends

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451348913 ## File path: sql/core/src/main/scala/org/apache/spark/sql/util/QueryStatementUtils.scala ## @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451339072 ## File path: docs/sql-data-sources-jdbc.md ## @@ -156,6 +156,20 @@ the following case-insensitive options: + + preActions + +

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451339072 ## File path: docs/sql-data-sources-jdbc.md ## @@ -156,6 +156,20 @@ the following case-insensitive options: + + preActions + +

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451336742 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCOptions.scala ## @@ -206,6 +209,9 @@ class JDBCOptions( }

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451336630 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcRelationProvider.scala ## @@ -46,7 +46,18 @@ class

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451334503 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRDD.scala ## @@ -156,6 +164,7 @@ object JDBCRDD extends Logging

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-07-08 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r451308570 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala ## @@ -122,6 +122,37 @@ object JdbcUtils extends

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-06-30 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r448091657 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala ## @@ -122,6 +122,37 @@ object JdbcUtils extends

[GitHub] [spark] maropu commented on a change in pull request #28953: [SPARK-32013][SQL] Support query execution before/after reading/writing DataFrame over JDBC

2020-06-29 Thread GitBox
maropu commented on a change in pull request #28953: URL: https://github.com/apache/spark/pull/28953#discussion_r447359906 ## File path: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCWriteSuite.scala ## @@ -574,6 +576,41 @@ class JDBCWriteSuite extends