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

    https://github.com/apache/tajo/pull/671#discussion_r39039858
  
    --- Diff: 
tajo-client/src/main/java/org/apache/tajo/jdbc/FetchResultSet.java ---
    @@ -25,11 +25,13 @@
     
     import java.io.IOException;
     import java.sql.SQLException;
    +import java.util.concurrent.Future;
     
     public class FetchResultSet extends TajoResultSetBase {
       protected QueryClient tajoClient;
       private int fetchRowNum;
       private TajoMemoryResultSet currentResultSet;
    +  private Future<TajoMemoryResultSet> nextResultSet;
    --- End diff --
    
    It looks that ```nextResultSet``` should also be closed when 
FetchResultSet.close() is called.


---
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