Details
-
Bug
-
Status: Done
-
Trivial
-
Resolution: Done
-
None
-
None
-
None
Description
Since degreeEdge that store how many edges are exist from this source vertex use empty byte array as qualifier, it always comes at first.
Above is reason why we add 1 on limit when offset is 0(if offset is 0, then we need to return degree too so storage level limit should be increased by 1).
This is not actually true when "interval" is given.
When query has interval option, then it use columnRangeFilter, and with offset 0 and interval option, then current implementation return 1 more result.
I think adding 1 on provided limit should check if interval is specified on queryParam.