Skip to content

Commit 09e587a

Browse files
committed
Remove TODO.
1 parent 791b96a commit 09e587a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlSerializer2.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ private[sql] object SparkSqlSerializer2 {
387387
if (in.readByte() == NULL) {
388388
mutableRow.setNullAt(i)
389389
} else {
390-
// TODO: reuse the byte array in the UTF8String.
391390
val length = in.readInt()
392391
val bytes = new Array[Byte](length)
393392
in.readFully(bytes)

0 commit comments

Comments
 (0)