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 f2ccb3a commit a89c61dCopy full SHA for a89c61d
sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala
@@ -1528,7 +1528,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
1528
Seq(tbl, ext_tbl).foreach { tblName =>
1529
sql(s"INSERT INTO $tblName VALUES (1, 'a', '2019-12-13')")
1530
1531
- val expectedSize = 651
+ val expectedSize = 639
1532
// analyze table
1533
sql(s"ANALYZE TABLE $tblName COMPUTE STATISTICS NOSCAN")
1534
var tableStats = getTableStats(tblName)
0 commit comments