Skip to content

Commit a89c61d

Browse files
committed
fix
1 parent f2ccb3a commit a89c61d

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
@@ -1528,7 +1528,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
15281528
Seq(tbl, ext_tbl).foreach { tblName =>
15291529
sql(s"INSERT INTO $tblName VALUES (1, 'a', '2019-12-13')")
15301530

1531-
val expectedSize = 651
1531+
val expectedSize = 639
15321532
// analyze table
15331533
sql(s"ANALYZE TABLE $tblName COMPUTE STATISTICS NOSCAN")
15341534
var tableStats = getTableStats(tblName)

0 commit comments

Comments
 (0)