[
https://issues.apache.org/jira/browse/TAJO-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14547841#comment-14547841
]
Hudson commented on TAJO-1607:
------------------------------
SUCCESS: Integrated in Tajo-master-build #710 (See
[https://builds.apache.org/job/Tajo-master-build/710/])
TAJO-1607: Tajo Rest Cache-Id should be bigger than zero. (hyunsik: rev
3870a61b228f7c2dd3e3073dc033b03c248fab39)
* tajo-core/src/main/java/org/apache/tajo/ws/rs/ClientApplication.java
* CHANGES
> Tajo Rest Cache-Id should be bigger than zero
> ---------------------------------------------
>
> Key: TAJO-1607
> URL: https://issues.apache.org/jira/browse/TAJO-1607
> Project: Tajo
> Issue Type: Improvement
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Priority: Minor
> Fix For: 0.11.0
>
>
> currently, tajo rest api can return cache-id that is smaller than 0.
> but it is not beautiful, so I think it is better cache id is begger than 0
> ```
> {'link':
> 'http://127.0.0.1:26880/rest/databases/default/queries/q_1431795664397_0008/result/-2197002215675989303',
> 'id': -2197002215675989303}
> ```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)