We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741eb21 commit e7b14c8Copy full SHA for e7b14c8
sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala
@@ -1502,7 +1502,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
1502
Seq(tbl, ext_tbl).foreach { tblName =>
1503
sql(s"INSERT INTO $tblName VALUES (1, 'a', '2019-12-13')")
1504
1505
- val expectedSize = 651
+ val expectedSize = 657
1506
// analyze table
1507
sql(s"ANALYZE TABLE $tblName COMPUTE STATISTICS NOSCAN")
1508
var tableStats = getTableStats(tblName)
0 commit comments