Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
imback82 committed Dec 4, 2020
1 parent acc211d commit 9e11e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ object CommandUtils extends Logging {
try {
sparkSession.catalog.uncacheTable(name)
} catch {
case NonFatal(e) => logWarning("Exception when attempting to uncache $name", e)
case NonFatal(e) => logWarning(s"Exception when attempting to uncache $name", e)
}
}
}

0 comments on commit 9e11e37

Please sign in to comment.