Skip to content

Commit 11eb921

Browse files
committed
Clarify comment (minor)
1 parent 50cae44 commit 11eb921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/scala/org/apache/spark/CacheManagerSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ class CacheManagerSuite extends FunSuite with BeforeAndAfter with EasyMockSugar
4949
}
5050

5151
test("get uncached rdd") {
52-
// Do not mock this test, because matching Array[Any] in blockManager.put is a losing battle.
53-
// You have been warned.
52+
// Do not mock this test, because attempting to match Array[Any], which is not covariant,
53+
// in blockManager.put is a losing battle. You have been warned.
5454
blockManager = sc.env.blockManager
5555
cacheManager = sc.env.cacheManager
5656
val context = new TaskContext(0, 0, 0)

0 commit comments

Comments
 (0)