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 remaining count error when query edge in page #515

Merged
merged 5 commits into from
May 22, 2019

Conversation

Linary
Copy link
Contributor

@Linary Linary commented May 16, 2019

Change-Id: I07920cb7de15a837cfad1f0a130fc6d036e4d3bd

Change-Id: I07920cb7de15a837cfad1f0a130fc6d036e4d3bd
Change-Id: I942786a81dd3eef976b976aa7599ea70de13b45f
@codecov
Copy link

codecov bot commented May 16, 2019

Codecov Report

Merging #515 into master will increase coverage by 0.35%.
The diff coverage is 87.75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #515      +/-   ##
============================================
+ Coverage     69.01%   69.36%   +0.35%     
- Complexity     3283     3344      +61     
============================================
  Files           208      216       +8     
  Lines         16193    16450     +257     
  Branches       2334     2352      +18     
============================================
+ Hits          11175    11410     +235     
- Misses         3766     3781      +15     
- Partials       1252     1259       +7
Impacted Files Coverage Δ Complexity Δ
.../hugegraph/backend/store/rocksdb/RocksDBTable.java 79.34% <ø> (ø) 33 <0> (ø) ⬇️
...om/baidu/hugegraph/backend/store/BackendEntry.java 50% <ø> (+4.54%) 1 <0> (ø) ⬇️
...hugegraph/backend/serializer/BinarySerializer.java 80.1% <ø> (ø) 102 <0> (ø) ⬇️
...aidu/hugegraph/backend/store/hbase/HbaseTable.java 82.85% <ø> (ø) 36 <0> (ø) ⬇️
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 76.45% <0%> (+1.1%) 69 <0> (+2) ⬆️
.../hugegraph/backend/store/BackendEntryIterator.java 61.11% <0%> (+1.85%) 15 <1> (+1) ⬆️
...du/hugegraph/traversal/optimize/TraversalUtil.java 67.38% <100%> (ø) 73 <0> (ø) ⬇️
...va/com/baidu/hugegraph/backend/page/QueryList.java 79.2% <100%> (+0.2%) 17 <0> (ø) ⬇️
...egraph/backend/store/cassandra/CassandraTable.java 79.37% <100%> (+0.5%) 73 <0> (-2) ⬇️
...egraph/backend/serializer/BinaryEntryIterator.java 81.48% <100%> (-5.87%) 19 <0> (ø)
... and 32 more

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 6fbcb49...09629fb. Read the comment docs.

Change-Id: I03f15a4cbd01bfa6967a191571bdc381df29bd1a
Linary added 2 commits May 22, 2019 14:58
Change-Id: I57c696c1b19162414d3c18f1b81dc6cf05d6b506
Change-Id: I1c4130db46b8828a1b76a0cfd23cf624abd7ad38
@zhoney zhoney merged commit 7def830 into master May 22, 2019
@zhoney zhoney deleted the fix-page-remaining-bug branch May 22, 2019 10:00
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.

3 participants