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 400b8fa commit 63afdfbCopy full SHA for 63afdfb
core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala
@@ -1241,7 +1241,7 @@ class BlockManagerSuite extends FunSuite with Matchers with BeforeAndAfterEach
1241
store.putIterator("most", mostList.iterator, memOnly)
1242
assert(memoryStore.contains("most"))
1243
1244
- var unrollResult = memoryStore.unrollSafely("small", smallList.iterator, droppedBlocks)
+ val unrollResult = memoryStore.unrollSafely("small", smallList.iterator, droppedBlocks)
1245
verifyUnroll(smallList.iterator, unrollResult, shouldBeArray = true)
1246
assert(memoryStore.currentUnrollMemoryForThisThread === 0)
1247
assert(droppedBlocks.size === 1)
0 commit comments