Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Calling ResultSet.getString(...) on a NULL value fails with "AssertionError: Tried to get null value".
Per http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html#getString%28int%29, it should return null, not throw an exception.
Attachments
Issue Links
- relates to
-
DRILL-2136 NullableIntAccessor's isNull(...) never returns true
- Resolved