Skip to content

Commit 3e3823f

Browse files
committed
Improve a comment
1 parent 8f7953b commit 3e3823f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/DataFrameNaFunctionsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class DataFrameNaFunctionsSuite extends QueryTest with SharedSQLContext {
248248
assert(out(4) === Row("Amy", null, null))
249249
assert(out(5) === Row(null, null, null))
250250

251-
// Replace only the age column
251+
// Replace only the age column and with null
252252
val out1 = input.na.replace("age", Map[Any, Any](
253253
16 -> 61,
254254
60 -> null,

0 commit comments

Comments
 (0)