Github user dsbos commented on a diff in the pull request:

    https://github.com/apache/drill/pull/143#discussion_r38709955
  
    --- Diff: 
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java ---
    @@ -850,9 +851,9 @@ public void moveToCurrentRow() throws SQLException {
       }
     
       @Override
    -  public DrillStatementImpl getStatement() {
    +  public AvaticaStatement getStatement() {
    --- End diff --
    
    One reason for leaving it in (after changing the return type back) is to 
hold that comment pointing out that this method doesn't call checkNotClosed() 
as most other methods do.
    
    Fixed copy/paste/forgot-to-edit error "close()"  to "getStatement()" in 
comment.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to