Skip to content

Commit

Permalink
Remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Apr 15, 2015
1 parent 791b96a commit 09e587a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ private[sql] object SparkSqlSerializer2 {
if (in.readByte() == NULL) {
mutableRow.setNullAt(i)
} else {
// TODO: reuse the byte array in the UTF8String.
val length = in.readInt()
val bytes = new Array[Byte](length)
in.readFully(bytes)
Expand Down

0 comments on commit 09e587a

Please sign in to comment.