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