[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

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

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196242597 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -106,7 +106,7 @@ case class

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196223209 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -106,7 +106,7 @@ case class

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196222500 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -23,17 +23,24 @@ import

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196204327 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -23,17 +23,24 @@ import

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196192774 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -23,17 +23,24 @@ import

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196188225 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -23,17 +23,24 @@ import

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196173414 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -23,17 +23,24 @@ import

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196173289 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Strategy.scala --- @@ -17,51 +17,115 @@ package

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-18 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r196172875 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -105,117 +105,57 @@ case class

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-14 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21574#discussion_r195632412 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -105,117 +105,57 @@ case class

[GitHub] spark pull request #21574: [SPARK-24478][SQL][followup] Move projection and ...

2018-06-14 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/21574 [SPARK-24478][SQL][followup] Move projection and filter push down to physical conversion ## What changes were proposed in this pull request? This is a followup of