HI Folks, Moving on I am trying to implement the functionality that creates a query via the REST interface. I have a question w.r.t its implementation. One way to implement this would be via the DrillClient class by calling its runQuery(QueryType) method as illustrated in TestDistributedFragmentRun.
Does this approach make sense? Should we be considering any other alternatives? Hari
