Skip to content

Commit 9142834

Browse files
committed
fix typo in test
1 parent e53ab08 commit 9142834

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
@@ -565,7 +565,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
565565
assert(fetched4.get.sizeInBytes < fetched1.get.sizeInBytes)
566566
assert(fetched4.get.colStats.isEmpty)
567567
val statsProp = getStatsProperties(table)
568-
assert(statsProp(STATISTICS_TOTAL_SIZE).toLong == fetched3.get.sizeInBytes)
568+
assert(statsProp(STATISTICS_TOTAL_SIZE).toLong == fetched4.get.sizeInBytes)
569569
} else {
570570
assert(getStatsProperties(table).isEmpty)
571571
}

0 commit comments

Comments
 (0)