Skip to content
Snippets Groups Projects
Commit 18ea11c3 authored by Reynold Xin's avatar Reynold Xin
Browse files

Revert "[HOTFIX] Compile error from commit 31b39101"

This reverts commit 840bd2e0.
parent 554d840a
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