Skip to content

Commit

Permalink
Remove unused default case in the field parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Howell committed May 4, 2015
1 parent 80dba17 commit fa0be47
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@ private[sql] object JsonRDD2 extends Logging {

case (_, udt: UserDefinedType[_]) =>
udt.deserialize(convertField(factory, parser, udt.sqlType))

case _ =>
parser.skipChildren()
null
}
}

Expand Down

0 comments on commit fa0be47

Please sign in to comment.