[GitHub] spark pull request #21230: [SPARK-24172][SQL] we should not apply operator p...

2018-05-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21230 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21230: [SPARK-24172][SQL] we should not apply operator p...

2018-05-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/21230#discussion_r187388065 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/PushDownOperatorsToDataSource.scala --- @@ -23,17 +23,10 @@ import

[GitHub] spark pull request #21230: [SPARK-24172][SQL] we should not apply operator p...

2018-05-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21230#discussion_r185991248 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/PushDownOperatorsToDataSource.scala --- @@ -23,49 +23,46 @@ import

[GitHub] spark pull request #21230: [SPARK-24172][SQL] we should not apply operator p...

2018-05-03 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/21230#discussion_r185986217 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/PushDownOperatorsToDataSource.scala --- @@ -23,49 +23,46 @@ import

[GitHub] spark pull request #21230: [SPARK-24172][SQL] we should not apply operator p...

2018-05-03 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/21230 [SPARK-24172][SQL] we should not apply operator pushdown to data source v2 many times ## What changes were proposed in this pull request? In `PushDownOperatorsToDataSource`, we use