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 e53ab08 commit 9142834Copy full SHA for 9142834
sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala
@@ -565,7 +565,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
565
assert(fetched4.get.sizeInBytes < fetched1.get.sizeInBytes)
566
assert(fetched4.get.colStats.isEmpty)
567
val statsProp = getStatsProperties(table)
568
- assert(statsProp(STATISTICS_TOTAL_SIZE).toLong == fetched3.get.sizeInBytes)
+ assert(statsProp(STATISTICS_TOTAL_SIZE).toLong == fetched4.get.sizeInBytes)
569
} else {
570
assert(getStatsProperties(table).isEmpty)
571
}
0 commit comments