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/09/01 18:54:45 UTC

[jira] [Created] (DRILL-3730) Change JDBC driver's DrillConnectionConfig to interface

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

             Summary: Change JDBC driver's DrillConnectionConfig to interface
                 Key: DRILL-3730
                 URL: https://issues.apache.org/jira/browse/DRILL-3730
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - JDBC
            Reporter: Daniel Barclay (Drill)
            Assignee: Daniel Barclay (Drill)


Change {{org.apache.drill.jdbc.DrillConnectionConfig}} (in Drill's published interface for the JDBC driver) from being a class to being an interface.

Move the implementation (including the inheritance from {{net.hydromatic.avatica.ConnectionConfigImpl}}) from published-interface package {{org.apache.drill.jdbc}} to a class in implementation package
{{org.apache.drill.jdbc.impl}}.





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