Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
After close() is called on a ResultSet, calling next() on that ResultSet throws a NullPointerException (rather than properly throwing a SQLException).
(This pattern seems likely to apply to many siblings of next() (e.g., getXxx(...) methods) also.)
Attachments
Issue Links
- is superceded by
-
DRILL-2565 Add AlreadyClosedSqlException, some key checks, and test for future DRILL-2489 fix.
- Closed