[
https://issues.apache.org/jira/browse/DRILL-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725735#comment-14725735
]
Parth Chandra commented on DRILL-3730:
--------------------------------------
I really don't see a good reason for changing all the classes to interfaces.
One of the effects similar refactoring has had is that history is getting lost.
I would rather we did not change things that are not broken.
> 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}}.
> (See "TODO(DRILL-3730)" mark currently in DrillConnectionConfig.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)