You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Puneet Gupta (JIRA)" <ji...@apache.org> on 2016/03/09 10:31:40 UTC

[jira] [Created] (LENS-984) Response type of prepared query execution REST end point /queryapi/preparedqueries/{prepareHandle} should be wrapped in LensAPIResult

Puneet Gupta created LENS-984:
---------------------------------

             Summary: Response type of prepared query execution REST end point /queryapi/preparedqueries/{prepareHandle} should be wrapped in LensAPIResult
                 Key: LENS-984
                 URL: https://issues.apache.org/jira/browse/LENS-984
             Project: Apache Lens
          Issue Type: Bug
            Reporter: Puneet Gupta


QueryServiceResource.query(LensSessionHandle, String, String, LensConf, Long, String) returns LensAPIResult<QuerySubmitResult> while QueryServiceResource.executePrepared(LensSessionHandle, String, String, LensConf, Long, String) returns QuerySubmitResult directly. 

We should wrap the response of executePrepared in LensAPIResult as LensAPIResult also provides proper error code and error message to the client.



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