[
https://issues.apache.org/jira/browse/TAJO-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605051#comment-14605051
]
Hudson commented on TAJO-1638:
------------------------------
SUCCESS: Integrated in Tajo-master-build #744 (See
[https://builds.apache.org/job/Tajo-master-build/744/])
TAJO-1638: Remove offset parameter from rest api result/{cacheId}. (blrunner:
rev 773c3eb94ad3c3a6bc3b8db7692a9a38a5f3e8af)
*
tajo-core/src/test/java/org/apache/tajo/ws/rs/resources/TestQueryResultResource.java
*
tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/QueryResultResource.java
* CHANGES
> Remove offset parameter from rest api result/{cacheId}
> ------------------------------------------------------
>
> Key: TAJO-1638
> URL: https://issues.apache.org/jira/browse/TAJO-1638
> Project: Tajo
> Issue Type: Improvement
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Fix For: 0.11.0
>
>
> in result/{cacheId} rest api.
> offset parameter can make user confused.
> because offset can't go back.
> It's only set forward(not backward)
> and add 3 new header for result response.
> X-Tajo-Offset : from start offset
> X-Tajo-Count: fetch count
> X-Tajo-EOS: if there is end stream. it sets EOS true
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)