You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Lisen Mu (JIRA)" <ji...@apache.org> on 2013/08/06 08:46:49 UTC

[jira] [Created] (DRILL-163) clean client code dependency

Lisen Mu created DRILL-163:
------------------------------

             Summary: clean client code dependency
                 Key: DRILL-163
                 URL: https://issues.apache.org/jira/browse/DRILL-163
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Lisen Mu
            Priority: Minor


When an app uses drill, it probably would invoke drill like TestSimpleFragmentRun does:

    List<QueryResultBatch> results = client.runQuery(QueryType.PHYSICAL, Files.toString(FileUtils.getResourceAsFile("/physical_test5.json"), Charsets.UTF_8));

so the client side will need classes as QueryResultBatch, ValueVector and such, thus have dependency on java-exec.

It works though, so I guess it's a low priority problem for now.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira