Skip to content
Closed
Prev Previous commit
Next Next commit
Update StatisticsSuite.scala
  • Loading branch information
wangyum authored Feb 27, 2021
commit e7b14c8b6d2de28eef9c27d6944aaaefa85cdc16
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
Seq(tbl, ext_tbl).foreach { tblName =>
sql(s"INSERT INTO $tblName VALUES (1, 'a', '2019-12-13')")

val expectedSize = 651
val expectedSize = 657
// analyze table
sql(s"ANALYZE TABLE $tblName COMPUTE STATISTICS NOSCAN")
var tableStats = getTableStats(tblName)
Expand Down