Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidki31 committed May 11, 2021
1 parent 02a4b87 commit a1b1d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class BasicStatsEstimationSuite extends PlanTest with StatsEstimationTestBase {
val rowCount = Some(plan.rowCount * childrenSize)
val attributeStats = AttributeMap(
Seq(
attribute -> ColumnStat(min = Some(1), max = Some(10))))
attribute -> ColumnStat(min = Some(1), max = Some(10), nullCount = Some(0))))
checkStats(
union,
expectedStatsCboOn = Statistics(sizeInBytes = sizeInBytes,
Expand Down

0 comments on commit a1b1d5f

Please sign in to comment.