Skip to content

Commit

Permalink
Missed one error
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDeCaprio committed Jan 21, 2019
1 parent f9085e7 commit b3d43b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class QueryExecution(
concat.toString
}

private def writePlans(append: String => Boolean, maxFields: Int): Boolean = {
private def writePlans(append: String => Boolean, maxFields: Int): Unit = {
val (verbose, addSuffix) = (true, false)
append("== Parsed Logical Plan ==\n")
QueryPlan.append(logical, append, verbose, addSuffix, maxFields)
Expand Down

0 comments on commit b3d43b7

Please sign in to comment.