[
https://issues.apache.org/jira/browse/FLINK-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192407#comment-15192407
]
ASF GitHub Bot commented on FLINK-3472:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/1772
> JDBCInputFormat.nextRecord(..) has misleading message on NPE
> ------------------------------------------------------------
>
> Key: FLINK-3472
> URL: https://issues.apache.org/jira/browse/FLINK-3472
> Project: Flink
> Issue Type: Bug
> Affects Versions: 0.10.2
> Reporter: Ken Geis
> Assignee: Chesnay Schepler
> Priority: Minor
>
> JDBCInputFormat.nextRecord(..) assumes that a NullPointerException could only
> occur by the resultSet being null. It rethrows an exception with the message
> "Couldn't access resultSet". See FLINK-3471 for an example of where the NPE
> could come from another situation. Either the message should be changed or
> the scope of the try/catch should be tightened around the
> {{resultSet.next();}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)