Hive-JSON-Serde icon indicating copy to clipboard operation
Hive-JSON-Serde copied to clipboard

parsing primitive values in a try/catch block

Open gprabhat90 opened this issue 10 years ago • 0 comments

While Parsing the data columns for hive in a very large file, some wrong/corrupted values (resulting in NumberFormatException) should not break the MR job. so this change parse all the primitive values in ParsePrimitiveUtils.java inside a try/catch block. Please pull this change.

gprabhat90 avatar Nov 09 '14 16:11 gprabhat90