[
https://issues.apache.org/jira/browse/PHOENIX-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816002#comment-15816002
]
ASF GitHub Bot commented on PHOENIX-3572:
-----------------------------------------
GitHub user bijugs opened a pull request:
https://github.com/apache/phoenix/pull/229
PHOENIX-3572 Support FETCH NEXT|n ROWS query on cursor
Refer PR #192 for earlier discussion on cursor implementation. As mentioned
in the title, this PR implements a sub set of ``cursor`` feature taking into
consideration the feedback received in the earlier discussion.
**Note** Thanks to: Gabriel Jimenez <[email protected]>, Ankit
Singhal <[email protected]> who had contributed code for this PR.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bloomberg/phoenix phoenix_cursor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/229.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 #229
----
commit 5d0be76eb442296edd814acd565f2ad1c1a3bdcf
Author: Biju Nair <[email protected]>
Date: 2016-08-16T17:59:52Z
PHOENIX-3572 Support FETCH NEXT|n ROWS query on cursor
Authors: Gabriel Jimenez <[email protected]>, Ankit Singhal
<[email protected]>
----
> Support FETCH NEXT| n ROWS from Cursor
> --------------------------------------
>
> Key: PHOENIX-3572
> URL: https://issues.apache.org/jira/browse/PHOENIX-3572
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Biju Nair
> Assignee: Biju Nair
>
> Implement required changes to support
> - {{DECLARE}} and {{OPEN}} a cursor
> - query {{FETCH NEXT | n ROWS}} from the cursor
> - {{CLOSE}} the cursor
> Based on the feedback in [PR
> #192|https://github.com/apache/phoenix/pull/192], implement the changes using
> {{ResultSet}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)