[
https://issues.apache.org/jira/browse/S2GRAPH-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16696310#comment-16696310
]
ASF GitHub Bot commented on S2GRAPH-243:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-s2graph/pull/187
> Limit bug on 'graph/getEdges'
> ------------------------------
>
> Key: S2GRAPH-243
> URL: https://issues.apache.org/jira/browse/S2GRAPH-243
> Project: S2Graph
> Issue Type: Bug
> Components: s2core
> Affects Versions: 0.2.0
> Reporter: Daewon Jeong
> Priority: Minor
>
> A limit bug was reported in the getEdges API in the following link.
> link:
> [https://lists.apache.org/thread.html/57ca77109bf321fcff7be616b5e07eb320f5dfcd81e700ba77e6ffd2@%3Cusers.s2graph.apache.org%3E]
> Bug Description:
> Using version 0.2.0
> Enter data as example.sh
> Three "friends" in "Elmo" (offset: 0, limit: 3) => Only two results are
> displayed.
>
> If offset is 0, 2 results are returned.
> [image
> link|https://user-images.githubusercontent.com/1182522/47141766-5e456d80-d2fc-11e8-8324-69493e82baa5.png]
>
> If offset is 1, 3 results are returned.
> [image
> link|https://user-images.githubusercontent.com/1182522/47141759-5be31380-d2fc-11e8-9b73-1d51ae0dbc14.png]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)