Skip to content

Commit

Permalink
Update StatisticsSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum authored Feb 27, 2021
1 parent 741eb21 commit e7b14c8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e7b14c8

Please sign in to comment.