Skip to content

Commit c06e42f

Browse files
committed
HOTFIX: Style issue causing build break
Caused by #4601
1 parent fd84229 commit c06e42f

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
@@ -157,8 +157,8 @@ private[spark] class PythonRDD(
157157
released = true
158158
logInfo(s"Communication with worker ended cleanly, re-use it: $worker")
159159
} else {
160-
logInfo(s"Communication with worker did not end cleanly (ending with $ending), " +
161-
s"close it: $worker")
160+
logInfo(s"Communication with worker did not end cleanly " +
161+
s"(ending with $ending), close it: $worker")
162162
}
163163
} else {
164164
logInfo(s"The ending mark from worker is not available, close it: $worker")

0 commit comments

Comments
 (0)