You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/04/29 19:20:06 UTC

[jira] [Created] (DRILL-2904) Fix wrong "before rows" message to "after rows" message

Daniel Barclay (Drill) created DRILL-2904:
---------------------------------------------

             Summary: Fix wrong "before rows" message to "after rows" message
                 Key: DRILL-2904
                 URL: https://issues.apache.org/jira/browse/DRILL-2904
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - JDBC
            Reporter: Daniel Barclay (Drill)
            Assignee: Daniel Barclay (Drill)
            Priority: Minor


When a result set has zero rows, after the caller advances from before the set of zero rows to after the set of zero rows, ResultSet methods report the "before rows; call next()" message rather than correctly saying "after rows".

Resolution:  Work around bug in Avatica's {{next()}} code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)