[GitHub] spark pull request #20278: [SPARK-23079][SQL]Fix query constraints propagati...

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

[GitHub] spark pull request #20278: [SPARK-23079][SQL]Fix query constraints propagati...

2018-01-17 Thread gengliangwang
Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/20278#discussion_r161985424 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/InferFiltersFromConstraintsSuite.scala --- @@ -34,6 +34,7 @@ class

[GitHub] spark pull request #20278: [SPARK-23079][SQL]Fix query constraints propagati...

2018-01-17 Thread gengliangwang
Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/20278#discussion_r161984758 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/InferFiltersFromConstraintsSuite.scala --- @@ -160,64 +161,6 @@ class

[GitHub] spark pull request #20278: [SPARK-23079][SQL]Fix query constraints propagati...

2018-01-17 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20278#discussion_r161981192 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/InferFiltersFromConstraintsSuite.scala --- @@ -34,6 +34,7 @@ class

[GitHub] spark pull request #20278: [SPARK-23079][SQL]Fix query constraints propagati...

2018-01-17 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20278#discussion_r161981051 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/InferFiltersFromConstraintsSuite.scala --- @@ -160,64 +161,6 @@ class

[GitHub] spark pull request #20278: [SPARK-23079][SQL]Fix query constraints propagati...

2018-01-16 Thread gengliangwang
GitHub user gengliangwang opened a pull request: https://github.com/apache/spark/pull/20278 [SPARK-23079][SQL]Fix query constraints propagation with aliases ## What changes were proposed in this pull request? Previously, PR #19201 fix the problem of non-converging