[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread maryannxue
Github user maryannxue commented on a diff in the pull request: https://github.com/apache/spark/pull/20816#discussion_r174303151 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -1071,6 +1072,66 @@ object

[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20816#discussion_r174302717 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -1071,6 +1072,66 @@ object

[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread maryannxue
Github user maryannxue commented on a diff in the pull request: https://github.com/apache/spark/pull/20816#discussion_r174302419 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -1071,6 +1072,66 @@ object

[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20816#discussion_r174301967 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/InferFiltersFromConstraintsSuite.scala --- @@ -204,4 +205,40 @@ class

[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread maryannxue
Github user maryannxue commented on a diff in the pull request: https://github.com/apache/spark/pull/20816#discussion_r174300996 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/InferFiltersFromConstraintsSuite.scala --- @@ -204,4 +205,40 @@ class

[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20816#discussion_r174299561 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/InferFiltersFromConstraintsSuite.scala --- @@ -204,4 +205,40 @@ class

[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20816#discussion_r174299321 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -1071,6 +1072,66 @@ object

[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20816#discussion_r174297591 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -1071,6 +1072,66 @@ object

[GitHub] spark pull request #20816: SPARK-21479 Outer join filter pushdown in null su...

2018-03-13 Thread maryannxue
GitHub user maryannxue opened a pull request: https://github.com/apache/spark/pull/20816 SPARK-21479 Outer join filter pushdown in null supplying table when condition is on one of the joined columns ## What changes were proposed in this pull request? Added