Github user wzhfy commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19783#discussion_r153973544
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/statsEstimation/FilterEstimationSuite.scala
 ---
    @@ -359,7 +371,7 @@ class FilterEstimationSuite extends 
StatsEstimationTestBase {
       test("cbool > false") {
         validateEstimatedStats(
           Filter(GreaterThan(attrBool, Literal(false)), 
childStatsTestPlan(Seq(attrBool), 10L)),
    -      Seq(attrBool -> ColumnStat(distinctCount = 1, min = Some(true), max 
= Some(true),
    +      Seq(attrBool -> ColumnStat(distinctCount = 1, min = Some(false), max 
= Some(true),
    --- End diff --
    
    why the result is changed?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to