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 count api bug when last step count in (degree, skipDegree) #1042

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Jun 17, 2020

Change-Id: Ib5335b70b2b5ea03068e792a5486b16708f44364

Change-Id: Ib5335b70b2b5ea03068e792a5486b16708f44364
@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #1042 into master will increase coverage by 0.50%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1042      +/-   ##
============================================
+ Coverage     68.58%   69.09%   +0.50%     
- Complexity     5401     5422      +21     
============================================
  Files           329      329              
  Lines         26394    26394              
  Branches       3761     3761              
============================================
+ Hits          18102    18236     +134     
+ Misses         6512     6372     -140     
- Partials       1780     1786       +6     
Impacted Files Coverage Δ Complexity Δ
...a/com/baidu/hugegraph/api/schema/EdgeLabelAPI.java 56.94% <ø> (ø) 0.00 <0.00> (ø)
...com/baidu/hugegraph/api/schema/VertexLabelAPI.java 58.57% <ø> (ø) 0.00 <0.00> (ø)
...a/com/baidu/hugegraph/backend/query/Condition.java 77.57% <0.00%> (-0.37%) 32.00% <0.00%> (ø%)
...om/baidu/hugegraph/task/StandardTaskScheduler.java 85.26% <0.00%> (-0.36%) 67.00% <0.00%> (ø%)
...c/main/java/com/baidu/hugegraph/task/HugeTask.java 69.76% <0.00%> (-0.34%) 69.00% <0.00%> (-1.00%)
...du/hugegraph/backend/tx/GraphIndexTransaction.java 79.85% <0.00%> (ø) 193.00% <0.00%> (+1.00%)
.../baidu/hugegraph/backend/query/ConditionQuery.java 86.20% <0.00%> (+0.43%) 101.00% <0.00%> (+1.00%)
.../backend/store/cassandra/CassandraSessionPool.java 57.14% <0.00%> (+1.02%) 11.00% <0.00%> (ø%)
...h/backend/store/scylladb/ScyllaDBTablesWithMV.java 96.03% <0.00%> (+96.03%) 10.00% <0.00%> (+10.00%)
...graph/backend/store/scylladb/ScyllaDBFeatures.java 100.00% <0.00%> (+100.00%) 3.00% <0.00%> (+3.00%)
... and 1 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 395435c...5e2633d. Read the comment docs.

@Linary Linary merged commit 85535cf into master Jun 18, 2020
@Linary Linary deleted the fix-count-bug branch June 18, 2020 02:22
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.

None yet

4 participants