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

    https://github.com/apache/spark/pull/1481#discussion_r15718037
  
    --- Diff: 
core/src/main/scala/org/apache/spark/storage/ShuffleBlockManager.scala ---
    @@ -136,7 +139,8 @@ class ShuffleBlockManager(blockManager: BlockManager) 
extends Logging {
                   logWarning(s"Failed to remove existing shuffle file 
$blockFile")
                 }
               }
    -          blockManager.getDiskWriter(blockId, blockFile, serializer, 
bufferSize)
    +          blockManager.getDiskWriter(blockId, blockFile, serializer, 
bufferSize,
    --- End diff --
    
    Fits in 100 characters. Here is how you do this in intellij:
    
    ```
    File -> Settings -> Code Style -> General      Right margin: 100
    ```


---
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