You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/05/29 17:46:14 UTC

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

     [ https://issues.apache.org/jira/browse/DRILL-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau updated DRILL-163:
---------------------------------

    Fix Version/s: Future

> clean client code dependency
> ----------------------------
>
>                 Key: DRILL-163
>                 URL: https://issues.apache.org/jira/browse/DRILL-163
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Lisen Mu
>            Priority: Minor
>             Fix For: Future
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)