You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2019/04/04 06:56:59 UTC

[spark] branch branch-2.4 updated: [SPARK-27338][CORE][FOLLOWUP] remove trailing space

This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new af0a4bb  [SPARK-27338][CORE][FOLLOWUP] remove trailing space
af0a4bb is described below

commit af0a4bbe38ccd813d8827dbf3b087aa765a1cdd7
Author: Wenchen Fan <we...@databricks.com>
AuthorDate: Thu Apr 4 11:43:20 2019 +0800

    [SPARK-27338][CORE][FOLLOWUP] remove trailing space
    
    ## What changes were proposed in this pull request?
    
    https://github.com/apache/spark/pull/24265 breaks the lint check, because it has trailing space. (not sure why it passed jenkins). This PR fixes it.
    
    ## How was this patch tested?
    
    N/A
    
    Closes #24289 from cloud-fan/fix.
    
    Authored-by: Wenchen Fan <we...@databricks.com>
    Signed-off-by: Wenchen Fan <we...@databricks.com>
---
 .../apache/spark/util/collection/unsafe/sort/UnsafeExternalSorter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeExternalSorter.java b/core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeExternalSorter.java
index cc63c3a..a6a2076 100644
--- a/core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeExternalSorter.java
+++ b/core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeExternalSorter.java
@@ -586,7 +586,7 @@ public final class UnsafeExternalSorter extends MemoryConsumer {
               // method locks the `TaskMemoryManager`, and it's a bad idea to lock 2 objects in
               // sequence. We may hit dead lock if another thread locks `TaskMemoryManager` and
               // `SpillableIterator` in sequence, which may happen in
-              // `TaskMemoryManager.acquireExecutionMemory`. 
+              // `TaskMemoryManager.acquireExecutionMemory`.
               pageToFree = lastPage;
               lastPage = null;
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org