[
https://issues.apache.org/jira/browse/GORA-520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16124944#comment-16124944
]
ASF GitHub Bot commented on GORA-520:
-------------------------------------
GitHub user nishadi opened a pull request:
https://github.com/apache/gora/pull/117
GORA-520 Add support to retrieve partitions in aerospike module
This PR contains changes to retrieve the partitions in aerospike module.
As Aerospike does not support query key ranges as at the moment, only the
single partition is retrieved with this method. In addition this PR fixes the
test case related to getPartitions method and formats the Aerospike test store.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nishadi/gora GORA-520
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/117.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 #117
----
commit 460f9f5b0f30b4ddd5d568ea4c381779e9dcf6f3
Author: nishadi <[email protected]>
Date: 2017-08-13T14:17:51Z
Add support to retrieve partitions in aerospike module
----
> Add support to get partitions in Aerospike module
> -------------------------------------------------
>
> Key: GORA-520
> URL: https://issues.apache.org/jira/browse/GORA-520
> Project: Apache Gora
> Issue Type: Improvement
> Reporter: Nishadi Kirielle
> Assignee: Nishadi Kirielle
>
> Currently gora-aerospike module does not support to get the partitions as the
> query key ranges are not supported. But until the query key ranges are fixed,
> we can provide a single partitions as given by the mongo db store.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)