[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17446 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-29 Thread gatorsmile
GitHub user gatorsmile reopened a pull request: https://github.com/apache/spark/pull/17446 [SPARK-17075][SQL][followup] Add Estimation of Constant Literal ### What changes were proposed in this pull request? `FalseLiteral` and `TrueLiteral` should have been eliminated by

[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-28 Thread gatorsmile
Github user gatorsmile closed the pull request at: https://github.com/apache/spark/pull/17446 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17446#discussion_r108337112 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/FilterEstimation.scala --- @@ -343,6 +347,26 @@ case

[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-27 Thread gatorsmile
GitHub user gatorsmile reopened a pull request: https://github.com/apache/spark/pull/17446 [SPARK-17075][SQL][followup] Add Estimation of Constant Literal ### What changes were proposed in this pull request? `FalseLiteral` and `TrueLiteral` should have been eliminated by

[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-27 Thread gatorsmile
Github user gatorsmile closed the pull request at: https://github.com/apache/spark/pull/17446 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17446#discussion_r108337023 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/FilterEstimation.scala --- @@ -343,6 +347,26 @@ case

[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-27 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17446#discussion_r108336824 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/FilterEstimation.scala --- @@ -343,6 +347,26 @@ case

[GitHub] spark pull request #17446: [SPARK-17075][SQL][followup] Add Estimation of Co...

2017-03-27 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/17446 [SPARK-17075][SQL][followup] Add Estimation of Constant Literal ### What changes were proposed in this pull request? `FalseLiteral` and `TrueLiteral` should be eliminated by optimizer, but