Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
git.commit.id.abbrev=7b4c887
I attached a parquet file which has nulls in it.
while (rs.next()) { rs.getLong(1); if (rs.wasNull()) { // DRILL does not come here even when the column value is null } }
I am not entirely sure if this is a duplicate to DRILL-2136. But here I have seen this happen for all data types.
Attachments
Attachments
Issue Links
- is related to
-
DRILL-2136 NullableIntAccessor's isNull(...) never returns true
- Resolved
- is superceded by
-
DRILL-2463 Implement JDBC mapping of SQL NULL for ResultSet.getXxx() methods
- Closed