Jean-Daniel Cryans created KUDU-1360:
----------------------------------------
Summary: [spark] KuduRelation.getKuduValue doesn't check nulls
Key: KUDU-1360
URL: https://issues.apache.org/jira/browse/KUDU-1360
Project: Kudu
Issue Type: Bug
Affects Versions: 0.7.0
Reporter: Jean-Daniel Cryans
Priority: Blocker
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)