[GitHub] spark pull request #15662: [SPARK-18141][SQL] Fix to quote column names in t...

2016-12-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15662 --- 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

[GitHub] spark pull request #15662: [SPARK-18141][SQL] Fix to quote column names in t...

2016-11-30 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15662#discussion_r90298317 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -855,6 +855,8 @@ class JDBCSuite extends SparkFunSuite

[GitHub] spark pull request #15662: [SPARK-18141][SQL] Fix to quote column names in t...

2016-11-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15662#discussion_r89666271 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -172,7 +172,7 @@ class JDBCSuite extends SparkFunSuite

[GitHub] spark pull request #15662: [SPARK-18141][SQL] Fix to quote column names in t...

2016-11-03 Thread sureshthalamati
Github user sureshthalamati commented on a diff in the pull request: https://github.com/apache/spark/pull/15662#discussion_r86292199 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -790,4 +807,23 @@ class JDBCSuite extends SparkFunSuite

[GitHub] spark pull request #15662: [SPARK-18141][SQL] Fix to quote column names in t...

2016-11-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15662#discussion_r86284309 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -790,4 +807,23 @@ class JDBCSuite extends SparkFunSuite val

[GitHub] spark pull request #15662: [SPARK-18141][SQL] Fix to quote column names in t...

2016-11-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15662#discussion_r86284284 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -790,4 +807,23 @@ class JDBCSuite extends SparkFunSuite val

[GitHub] spark pull request #15662: [SPARK-18141][SQL] Fix to quote column names in t...

2016-11-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15662#discussion_r86284204 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRelation.scala --- @@ -23,9 +23,11 @@ import

[GitHub] spark pull request #15662: [SPARK-18141][SQL] Fix to quote column names in t...

2016-10-27 Thread sureshthalamati
GitHub user sureshthalamati opened a pull request: https://github.com/apache/spark/pull/15662 [SPARK-18141][SQL] Fix to quote column names in the predicate clause of the JDBC RDD generated sql statement ## What changes were proposed in this pull request? SQL query