GitHub user charsyam opened a pull request:

    https://github.com/apache/tajo/pull/599

    TAJO-1638 Remove offset parameter from rest api result/{cacheId}

    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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/charsyam/tajo feature/rest-api-remove-offset

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/599.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 #599
    
----
commit d58f48fddf8485621d914bcb45cf64cca0285eb7
Author: clark.kang <[email protected]>
Date:   2015-06-05T13:56:42Z

    remove-offset

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to