Github user brad-kaiser commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19041#discussion_r155043964
  
    --- Diff: 
core/src/main/scala/org/apache/spark/storage/BlockManagerMasterEndpoint.scala 
---
    @@ -97,6 +97,10 @@ class BlockManagerMasterEndpoint(
         case GetStorageStatus =>
           context.reply(storageStatus)
     
    +    case GetCachedBlocks(executorId) => 
context.reply(getCachedBlocks(executorId))
    --- End diff --
    
    this is removed


---

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

Reply via email to