[GitHub] spark pull request #13640: [SPARK-15916][SQL] Correctly pushdown top level A...

2016-06-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13640 --- 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 #13640: [SPARK-15916][SQL] Correctly pushdown top level A...

2016-06-17 Thread clockfly
Github user clockfly commented on a diff in the pull request: https://github.com/apache/spark/pull/13640#discussion_r67556081 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -233,6 +233,10 @@ class JDBCSuite extends SparkFunSuite assert(c

[GitHub] spark pull request #13640: [SPARK-15916][SQL] Correctly pushdown top level A...

2016-06-17 Thread clockfly
Github user clockfly commented on a diff in the pull request: https://github.com/apache/spark/pull/13640#discussion_r67555308 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRDD.scala --- @@ -305,7 +305,7 @@ private[sql] class JDBCRDD(

[GitHub] spark pull request #13640: [SPARK-15916][SQL] Correctly pushdown top level a...

2016-06-13 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/13640 [SPARK-15916][SQL] Correctly pushdown top level and operators with parenthesis in JDBC data source ## What changes were proposed in this pull request? This PR insert the correct paren