You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Xu Mingmin (JIRA)" <ji...@apache.org> on 2017/04/09 19:29:41 UTC

[jira] [Created] (BEAM-1922) DataSource in JdbcIO is not closed

Xu Mingmin created BEAM-1922:
--------------------------------

             Summary: DataSource in JdbcIO is not closed
                 Key: BEAM-1922
                 URL: https://issues.apache.org/jira/browse/BEAM-1922
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-extensions
            Reporter: Xu Mingmin
            Assignee: Xu Mingmin


The line below is not closed properly, 
{code}
BasicDataSource basicDataSource = new BasicDataSource();
{code}

It's a potential issue for the other usage, although {{DataSource}} doesn't have a {{close()}} method.
{code}
public static DataSourceConfiguration create(DataSource dataSource)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)