You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/08/04 21:11:00 UTC

[jira] [Created] (CALCITE-1928) Calling previous() on a ResultSet that came from an Array gives NullPointerException

Julian Hyde created CALCITE-1928:
------------------------------------

             Summary: Calling previous() on a ResultSet that came from an Array gives NullPointerException
                 Key: CALCITE-1928
                 URL: https://issues.apache.org/jira/browse/CALCITE-1928
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Calling previous() on a ResultSet that came from an Array gives NullPointerException. I broke this when I committed CALCITE-1902 and changed 'Helper.INSTANCE' to 'statement.connection.helper', forgetting that 'statement' can be null.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)