You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Pavel Gubin (JIRA)" <ji...@apache.org> on 2018/06/22 09:00:00 UTC

[jira] [Created] (CALCITE-2375) EnumerableDefaults.join_() leaks connections

Pavel Gubin created CALCITE-2375:
------------------------------------

             Summary: EnumerableDefaults.join_() leaks connections
                 Key: CALCITE-2375
                 URL: https://issues.apache.org/jira/browse/CALCITE-2375
             Project: Calcite
          Issue Type: Bug
    Affects Versions: 1.16.0
            Reporter: Pavel Gubin
            Assignee: Julian Hyde


At [this line|https://github.com/apache/calcite/blob/c12cb4b0de1baa3f7cbb9952ee350fdd1701662d/linq4j/src/main/java/org/apache/calcite/linq4j/EnumerableDefaults.java#L1128]: {{outers}} reassigned but if previously it was {{ResultSetEnumerator}} that enumerator would not be closed and connection is leaked.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)