Skip to content

Commit

Permalink
[SPARK-11630] [core] updated with review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rekhajoshm committed Jan 21, 2018
1 parent e978154 commit 4de2bc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private[spark] object ClosureCleaner extends Logging {
accessedFields: Map[Class[_], Set[String]]): Unit = {

if (!isClosure(func.getClass)) {
logDebug("Expected a closure; got " + func.getClass.getName)
logDebug(s"Expected a closure; got ${func.getClass.getName}")
return
}

Expand Down

0 comments on commit 4de2bc6

Please sign in to comment.