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

    https://github.com/apache/spark/pull/42#discussion_r10642235
  
    --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManager.scala 
---
    @@ -472,41 +500,58 @@ private[spark] class BlockManager(
        * This is currently used for writing shuffle files out. Callers should 
handle error
        * cases.
        */
    -  def getDiskWriter(blockId: BlockId, file: File, serializer: Serializer, 
bufferSize: Int)
    -    : BlockObjectWriter = {
    +  def getDiskWriter(
    +      blockId: BlockId,
    +      file: File,
    +      serializer: Serializer,
    +      bufferSize: Int) : BlockObjectWriter = {
    --- End diff --
    
    not your code, but maybe clean up the spacing here? `Int): 
BlockObjectWriter = {`


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to