[GitHub] spark pull request #21782: [SPARK-24816][SQL] SQL interface support repartit...

2018-07-31 Thread wangyum
Github user wangyum closed the pull request at: https://github.com/apache/spark/pull/21782 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21782: [SPARK-24816][SQL] SQL interface support repartit...

2018-07-19 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21782#discussion_r203623597 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala --- @@ -394,6 +394,41 @@ class

[GitHub] spark pull request #21782: [SPARK-24816][SQL] SQL interface support repartit...

2018-07-19 Thread wangyum
Github user wangyum commented on a diff in the pull request: https://github.com/apache/spark/pull/21782#discussion_r203613170 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala --- @@ -394,6 +394,41 @@ class

[GitHub] spark pull request #21782: [SPARK-24816][SQL] SQL interface support repartit...

2018-07-18 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21782#discussion_r203604973 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala --- @@ -394,6 +394,41 @@ class

[GitHub] spark pull request #21782: [SPARK-24816][SQL] SQL interface support repartit...

2018-07-17 Thread wangyum
Github user wangyum commented on a diff in the pull request: https://github.com/apache/spark/pull/21782#discussion_r202931883 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala --- @@ -306,44 +306,60 @@ class AstBuilder(conf: SQLConf)

[GitHub] spark pull request #21782: [SPARK-24816][SQL] SQL interface support repartit...

2018-07-17 Thread wangyum
Github user wangyum commented on a diff in the pull request: https://github.com/apache/spark/pull/21782#discussion_r202929769 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala --- @@ -2813,4 +2815,87 @@ class SQLQuerySuite extends QueryTest with

[GitHub] spark pull request #21782: [SPARK-24816][SQL] SQL interface support repartit...

2018-07-16 Thread wangyum
Github user wangyum commented on a diff in the pull request: https://github.com/apache/spark/pull/21782#discussion_r202622330 --- Diff: sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 --- @@ -340,6 +340,7 @@ queryOrganization : (ORDER BY

[GitHub] spark pull request #21782: [SPARK-24816][SQL] SQL interface support repartit...

2018-07-16 Thread wangyum
GitHub user wangyum opened a pull request: https://github.com/apache/spark/pull/21782 [SPARK-24816][SQL] SQL interface support repartitionByRange ## What changes were proposed in this pull request? SQL interface support `repartitionByRange` to improvement data pushdown.