Skip to content

Commit b56e433

Browse files
committed
[SPARK-27338][CORE][FOLLOWUP] remove trailing space
## What changes were proposed in this pull request? apache#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 apache#24289 from cloud-fan/fix. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
1 parent 5c50f68 commit b56e433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeExternalSorter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ public void loadNext() throws IOException {
584584
// method locks the `TaskMemoryManager`, and it's a bad idea to lock 2 objects in
585585
// sequence. We may hit dead lock if another thread locks `TaskMemoryManager` and
586586
// `SpillableIterator` in sequence, which may happen in
587-
// `TaskMemoryManager.acquireExecutionMemory`.
587+
// `TaskMemoryManager.acquireExecutionMemory`.
588588
pageToFree = lastPage;
589589
lastPage = null;
590590
}

0 commit comments

Comments
 (0)