Github user jerryshao commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19476#discussion_r145011923
  
    --- Diff: 
core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala ---
    @@ -509,11 +508,10 @@ class BlockManagerSuite extends SparkFunSuite with 
Matchers with BeforeAndAfterE
         val bmId1 = BlockManagerId("id1", localHost, 1)
         val bmId2 = BlockManagerId("id2", localHost, 2)
         val bmId3 = BlockManagerId("id3", otherHost, 3)
    -    when(bmMaster.getLocations(mc.any[BlockId])).thenReturn(Seq(bmId1, 
bmId2, bmId3))
    --- End diff --
    
    Agreed, will revert it back.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to