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

    https://github.com/apache/spark/pull/39#discussion_r10152493
  
    --- Diff: 
core/src/main/scala/org/apache/spark/storage/BlockFetcherIterator.scala ---
    @@ -233,7 +238,16 @@ object BlockFetcherIterator {
           logDebug("Got local blocks in " + Utils.getUsedTimeMs(startTime) + " 
ms")
         }
     
    -    //an iterator that will read fetched blocks off the queue as they 
arrive.
    +    override def totalBlocks: Int = numLocal + numRemote
    --- End diff --
    
    Any particular reason to move this? Code clarity?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to