[GitHub] spark pull request #20913: [SPARK-23799] FilterEstimation.evaluateInSet prod...

2018-04-12 Thread mshtelma
Github user mshtelma closed the pull request at: https://github.com/apache/spark/pull/20913 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20913: [SPARK-23799] FilterEstimation.evaluateInSet prod...

2018-04-10 Thread mshtelma
Github user mshtelma commented on a diff in the pull request: https://github.com/apache/spark/pull/20913#discussion_r180343432 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/FilterEstimation.scala --- @@ -427,7 +427,11 @@ case cla

[GitHub] spark pull request #20913: [SPARK-23799] FilterEstimation.evaluateInSet prod...

2018-04-04 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/20913#discussion_r179322407 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/FilterEstimation.scala --- @@ -427,7 +427,11 @@ case class

[GitHub] spark pull request #20913: [SPARK-23799] FilterEstimation.evaluateInSet prod...

2018-04-04 Thread apache-hivemall
Github user apache-hivemall commented on a diff in the pull request: https://github.com/apache/spark/pull/20913#discussion_r179322297 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/FilterEstimation.scala --- @@ -427,7 +427,11 @@ c

[GitHub] spark pull request #20913: [SPARK-23799] FilterEstimation.evaluateInSet prod...

2018-04-04 Thread mshtelma
Github user mshtelma commented on a diff in the pull request: https://github.com/apache/spark/pull/20913#discussion_r179063928 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/FilterEstimation.scala --- @@ -427,7 +427,11 @@ case cla

[GitHub] spark pull request #20913: [SPARK-23799] FilterEstimation.evaluateInSet prod...

2018-04-03 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/20913#discussion_r179037665 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/FilterEstimation.scala --- @@ -427,7 +427,11 @@ case class

[GitHub] spark pull request #20913: [SPARK-23799] FilterEstimation.evaluateInSet prod...

2018-03-27 Thread mshtelma
GitHub user mshtelma opened a pull request: https://github.com/apache/spark/pull/20913 [SPARK-23799] FilterEstimation.evaluateInSet produces devision by zero in a case of empty table with analyzed statistics During evaluation of IN conditions, if the source table is empty, division