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

vertex/edge get api use queryVertex/queryEdge instead of iterator #1345

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Jan 22, 2021

also improve some code

Change-Id: I0048c45c9a00bdc81a1b55129a6589043733ef9d

also improve some code

Change-Id: I0048c45c9a00bdc81a1b55129a6589043733ef9d
@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #1345 (ca570d8) into master (36c58b8) will decrease coverage by 0.00%.
The diff coverage is 33.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1345      +/-   ##
============================================
- Coverage     62.30%   62.30%   -0.01%     
- Complexity     5799     5802       +3     
============================================
  Files           379      379              
  Lines         31664    31680      +16     
  Branches       4435     4438       +3     
============================================
+ Hits          19729    19738       +9     
- Misses         9930     9932       +2     
- Partials       2005     2010       +5     
Impacted Files Coverage Δ Complexity Δ
...in/java/com/baidu/hugegraph/api/graph/EdgeAPI.java 54.21% <0.00%> (ø) 0.00 <0.00> (ø)
.../java/com/baidu/hugegraph/api/graph/VertexAPI.java 35.97% <0.00%> (ø) 0.00 <0.00> (ø)
...aidu/hugegraph/schema/builder/AbstractBuilder.java 89.28% <ø> (ø) 13.00 <0.00> (ø)
...in/java/com/baidu/hugegraph/StandardHugeGraph.java 78.33% <100.00%> (ø) 119.00 <0.00> (ø)
.../hugegraph/backend/serializer/TableSerializer.java 86.03% <0.00%> (-1.44%) 61.00% <0.00%> (+3.00%) ⬇️
...hugegraph/backend/serializer/BinarySerializer.java 84.84% <0.00%> (-0.21%) 116.00% <0.00%> (ø%)
...egraph/backend/store/hbase/HbaseStoreProvider.java 100.00% <0.00%> (ø) 6.00% <0.00%> (ø%)
...egraph/backend/store/mysql/MysqlStoreProvider.java 100.00% <0.00%> (ø) 6.00% <0.00%> (ø%)
.../backend/store/memory/InMemoryDBStoreProvider.java 100.00% <0.00%> (ø) 11.00% <0.00%> (ø%)
...ph/backend/store/rocksdb/RocksDBStoreProvider.java 100.00% <0.00%> (ø) 6.00% <0.00%> (ø%)
... and 4 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 36c58b8...ca570d8. Read the comment docs.

@zhoney zhoney merged commit 1aac006 into master Jan 30, 2021
@zhoney zhoney deleted the vertex-get-not-use-iter branch January 30, 2021 08:50
javeme added a commit that referenced this pull request Feb 10, 2021
)

also improve some code

Change-Id: I0048c45c9a00bdc81a1b55129a6589043733ef9d
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