Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ object StringUtils extends Logging {
logWarning(
"Truncated the string representation of a plan since it was too long. The " +
s"plan had length ${length} and the maximum is ${maxLength}. This behavior " +
"can be adjusted by setting '${SQLConf.MAX_PLAN_STRING_LENGTH.key}'.")
s"can be adjusted by setting '${SQLConf.MAX_PLAN_STRING_LENGTH.key}'.")
val truncateMsg = if (maxLength == 0) {
s"Truncated plan of $length characters"
} else {
Expand Down