Daniel Barclay (Drill/MapR) created DRILL-2136:
--------------------------------------------------
Summary: NullableIntVector's isNull(...) never returns true
Key: DRILL-2136
URL: https://issues.apache.org/jira/browse/DRILL-2136
Project: Apache Drill
Issue Type: Bug
Reporter: Daniel Barclay (Drill/MapR)
NullableIntVector's method isNull(...) never returns true. (It's hard-coded
(well, generated) to return false.)
That seems to mean that a client can't call IsNull(...) to branch to avoid
calling getInt(...) for a null value and getting an exception (AssertionError).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)