Skip to content

Commit

Permalink
[HOTFIX] Compile error from commit 31b3910
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed Dec 16, 2015
1 parent 31b3910 commit 840bd2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class DataFrame private[sql](
// For Data that has more than "_numRows" records
if (hasMoreData) {
val rowsString = if (_numRows == 1) "row" else "rows"
sb.append(s"only showing top $_numRows $rowsString\n")
sb.append(s"only showing top ${_numRows} $rowsString\n")
}

sb.toString()
Expand Down

0 comments on commit 840bd2e

Please sign in to comment.