Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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).
Attachments
Attachments
Issue Links
- is related to
-
DRILL-2133 getString() for NULL value fails with "AssertionError: Tried to get null value."
- Resolved
- is superceded by
-
DRILL-2463 Implement JDBC mapping of SQL NULL for ResultSet.getXxx() methods
- Closed
- relates to
-
DRILL-2464 JDBC : ResultSet.wasNull always returns false for all datatypes
- Closed