Skip to content

Commit 18ea11c

Browse files
committed
Revert "[HOTFIX] Compile error from commit 31b3910"
This reverts commit 840bd2e.
1 parent 554d840 commit 18ea11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class DataFrame private[sql](
234234
// For Data that has more than "_numRows" records
235235
if (hasMoreData) {
236236
val rowsString = if (_numRows == 1) "row" else "rows"
237-
sb.append(s"only showing top ${_numRows} $rowsString\n")
237+
sb.append(s"only showing top $_numRows $rowsString\n")
238238
}
239239

240240
sb.toString()

0 commit comments

Comments
 (0)