Skip to content
Snippets Groups Projects
Commit c06e42f2 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

HOTFIX: Style issue causing build break

Caused by #4601
parent fd84229e
No related branches found
No related tags found
No related merge requests found
......@@ -157,8 +157,8 @@ private[spark] class PythonRDD(
released = true
logInfo(s"Communication with worker ended cleanly, re-use it: $worker")
} else {
logInfo(s"Communication with worker did not end cleanly (ending with $ending), " +
s"close it: $worker")
logInfo(s"Communication with worker did not end cleanly " +
s"(ending with $ending), close it: $worker")
}
} else {
logInfo(s"The ending mark from worker is not available, close it: $worker")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment