[
https://issues.apache.org/jira/browse/TAJO-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554730#comment-14554730
]
ASF GitHub Bot commented on TAJO-1618:
--------------------------------------
GitHub user charsyam opened a pull request:
https://github.com/apache/tajo/pull/581
TAJO-1618 [Rest API] queries/{queryId} should set default print type
currently REST API /queries/
{queryId} cause error without print parameter.
and submit query just return url of /queries/{queryId}
without print type.
so I think it is better to set default print type when users don't pass
print querystring.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/charsyam/tajo feature/rest-default-printtype
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/581.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #581
----
commit 033bfb61a342517d5d8d4c22e745e3467d13b586
Author: clark.kang <[email protected]>
Date: 2015-05-21T17:17:49Z
set default queryinfo printtype
----
> [Rest API] queries/{queryId} should set default print type
> ----------------------------------------------------------
>
> Key: TAJO-1618
> URL: https://issues.apache.org/jira/browse/TAJO-1618
> Project: Tajo
> Issue Type: Improvement
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Priority: Minor
>
> currently REST API /queries/{queryId} cause error without print parameter.
> and submit query just return url of /queries/{queryId} without print type.
> so I think it is better to set default print type when users don't pass print
> querystring.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)