Skip to content

Commit 3ee4394

Browse files
pwendellmarkhamstra
authored andcommitted
HOTFIX: Style issue causing build break
Caused by apache#4601
1 parent d9ccee6 commit 3ee4394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ private[spark] class PythonRDD(
158158
released = true
159159
logInfo(s"Communication with worker ended cleanly, re-use it: $worker")
160160
} else {
161-
logInfo(s"Communication with worker did not end cleanly (ending with $ending), " +
162-
s"close it: $worker")
161+
logInfo(s"Communication with worker did not end cleanly " +
162+
s"(ending with $ending), close it: $worker")
163163
}
164164
} else {
165165
logInfo(s"The ending mark from worker is not available, close it: $worker")

0 commit comments

Comments
 (0)