[GitHub] spark pull request: [SPARK-12387][SQL]JDBC IN operator push down

2015-12-18 Thread huaxingao
Github user huaxingao commented on the pull request: https://github.com/apache/spark/pull/10345#issuecomment-165849528 Close for now. Will put the filter changes in one PR so it's easier to merge --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-12387][SQL]JDBC IN operator push down

2015-12-18 Thread huaxingao
Github user huaxingao closed the pull request at: https://github.com/apache/spark/pull/10345 --- 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: [SPARK-12387][SQL]JDBC IN operator push down

2015-12-17 Thread bomeng
Github user bomeng commented on a diff in the pull request: https://github.com/apache/spark/pull/10345#discussion_r47951376 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRDD.scala --- @@ -269,6 +269,13 @@ private[sql] class JDBCRDD(

[GitHub] spark pull request: [SPARK-12387][SQL]JDBC IN operator push down

2015-12-17 Thread bomeng
Github user bomeng commented on a diff in the pull request: https://github.com/apache/spark/pull/10345#discussion_r47951480 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRDD.scala --- @@ -269,6 +269,13 @@ private[sql] class JDBCRDD(

[GitHub] spark pull request: [SPARK-12387][SQL]JDBC IN operator push down

2015-12-17 Thread huaxingao
Github user huaxingao commented on a diff in the pull request: https://github.com/apache/spark/pull/10345#discussion_r47965769 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRDD.scala --- @@ -269,6 +269,13 @@ private[sql] class JDBCRDD(

[GitHub] spark pull request: [SPARK-12387][SQL]JDBC IN operator push down

2015-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10345#issuecomment-165344249 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-12387][SQL]JDBC IN operator push down

2015-12-16 Thread huaxingao
GitHub user huaxingao opened a pull request: https://github.com/apache/spark/pull/10345 [SPARK-12387][SQL]JDBC IN operator push down Will push down SQL IN operator such as the following to JDBC datasource SELECT column_name(s) FROM table_name WHERE column_name IN