Skip to content

Commit

Permalink
Remove unnecessary setNullAt
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Jan 13, 2020
1 parent e302fa4 commit 96e9554
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ class UnivocityParser(
} catch {
case NonFatal(e) =>
badRecordException = badRecordException.orElse(Some(e))
requiredSingleRow.setNullAt(i)
}
i += 1
}
Expand Down

0 comments on commit 96e9554

Please sign in to comment.