Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix query by eq with range index in page only return first page data #614

Merged
merged 3 commits into from
Jul 22, 2019

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Jul 18, 2019

Fix #613

Change-Id: I3cfd3d7ff4ce1ca13b9b6f695ba5ba88569f9266

@codecov
Copy link

codecov bot commented Jul 18, 2019

Codecov Report

Merging #614 into master will increase coverage by 0.03%.
The diff coverage is 92%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #614      +/-   ##
===========================================
+ Coverage     71.37%   71.4%   +0.03%     
- Complexity     3521    3528       +7     
===========================================
  Files           216     216              
  Lines         16649   16657       +8     
  Branches       2375    2379       +4     
===========================================
+ Hits          11883   11894      +11     
+ Misses         3516    3512       -4     
- Partials       1250    1251       +1
Impacted Files Coverage Δ Complexity Δ
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 79.86% <100%> (+0.33%) 74 <0> (+1) ⬆️
.../java/com/baidu/hugegraph/backend/query/Query.java 86.11% <100%> (+6.67%) 65 <7> (+5) ⬆️
...hugegraph/backend/serializer/BinarySerializer.java 80.09% <84.61%> (-0.01%) 104 <15> (+2)
...du/hugegraph/backend/tx/GraphIndexTransaction.java 79.04% <0%> (-0.96%) 144% <0%> (-2%)
...a/com/baidu/hugegraph/backend/query/Condition.java 64.55% <0%> (-0.53%) 23% <0%> (ø)
...va/com/baidu/hugegraph/backend/cache/RamCache.java 72.54% <0%> (+0.39%) 45% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34788e5...02c963c. Read the comment docs.

Fix #613

Change-Id: I3cfd3d7ff4ce1ca13b9b6f695ba5ba88569f9266
Change-Id: Id436b3d554cfd57c67f10de63cadb94401e2becc
Change-Id: Ic8143e754bac0ec5024b8e23e9f03c4c30c8f298
@zhoney zhoney merged commit ffb09f1 into master Jul 22, 2019
@zhoney zhoney deleted the range-eq-page branch July 22, 2019 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query by eq with range index in page only return first page data
3 participants