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

This reverts commit 840bd2e008.
This commit is contained in:
Reynold Xin 2015-12-16 00:57:07 -08:00
parent 554d840a9a
commit 18ea11c3a8

View file

@ -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()