You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2016/12/01 23:10:59 UTC

[jira] [Created] (DRILL-5092) JDBC driver includes Drill test code

Paul Rogers created DRILL-5092:
----------------------------------

             Summary: JDBC driver includes Drill test code
                 Key: DRILL-5092
                 URL: https://issues.apache.org/jira/browse/DRILL-5092
             Project: Apache Drill
          Issue Type: Improvement
    Affects Versions: 1.8.0
            Reporter: Paul Rogers
            Priority: Minor


The Drill JDBC driver ({{DrillConnectionImpl}} contains test code and links to test code. This should be factored out separately so that production code does not contain test classes or options to enable test features.

In particular:

{code}
import org.apache.drill.exec.util.TestUtilities;
...
  private static void makeTmpSchemaLocationsUnique(StoragePluginRegistry pluginRegistry, Properties props) {
{code}



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