Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.7.0
-
None
-
None
Description
The above mentioned method doesn't check if a value is null before trying to parse it. It should be calling isNull() if the column is nullable, and return null (or whatever spark SQL expects) if true.