Skip to content
Snippets Groups Projects
Commit 840bd2e0 authored by Andrew Or's avatar Andrew Or
Browse files

[HOTFIX] Compile error from commit 31b39101

parent 31b39101
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment