Skip to content

Commit e7b14c8

Browse files
authored
Update StatisticsSuite.scala
1 parent 741eb21 commit e7b14c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
15021502
Seq(tbl, ext_tbl).foreach { tblName =>
15031503
sql(s"INSERT INTO $tblName VALUES (1, 'a', '2019-12-13')")
15041504

1505-
val expectedSize = 651
1505+
val expectedSize = 657
15061506
// analyze table
15071507
sql(s"ANALYZE TABLE $tblName COMPUTE STATISTICS NOSCAN")
15081508
var tableStats = getTableStats(tblName)

0 commit comments

Comments
 (0)