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

support property default value of vertex/edge #1182

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Sep 18, 2020

Change-Id: I654820df78d67886b46dfa733a5309a17c504c58

Change-Id: I654820df78d67886b46dfa733a5309a17c504c58
@codecov
Copy link

codecov bot commented Sep 18, 2020

Codecov Report

Merging #1182 into master will increase coverage by 1.29%.
The diff coverage is 90.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1182      +/-   ##
============================================
+ Coverage     64.45%   65.75%   +1.29%     
- Complexity     5596     5668      +72     
============================================
  Files           356      356              
  Lines         28929    28949      +20     
  Branches       4066     4069       +3     
============================================
+ Hits          18646    19034     +388     
+ Misses         8395     8019     -376     
- Partials       1888     1896       +8     
Impacted Files Coverage Δ Complexity Δ
...main/java/com/baidu/hugegraph/schema/Userdata.java 62.50% <ø> (ø) 5.00 <0.00> (ø)
...n/java/com/baidu/hugegraph/schema/PropertyKey.java 77.69% <33.33%> (-1.05%) 51.00 <1.00> (+1.00) ⬇️
...n/java/com/baidu/hugegraph/structure/HugeEdge.java 73.97% <100.00%> (+0.26%) 83.00 <0.00> (ø)
...ava/com/baidu/hugegraph/structure/HugeElement.java 70.58% <100.00%> (+2.00%) 74.00 <6.00> (+6.00)
...java/com/baidu/hugegraph/structure/HugeVertex.java 77.04% <100.00%> (+0.18%) 83.00 <0.00> (ø)
...du/hugegraph/backend/tx/GraphIndexTransaction.java 81.16% <0.00%> (+0.11%) 201.00% <0.00%> (ø%)
.../baidu/hugegraph/backend/query/ConditionQuery.java 86.40% <0.00%> (+0.40%) 106.00% <0.00%> (+1.00%)
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 81.54% <0.00%> (+0.55%) 96.00% <0.00%> (+1.00%)
.../backend/store/cassandra/CassandraSessionPool.java 57.14% <0.00%> (+1.02%) 11.00% <0.00%> (ø%)
...aidu/hugegraph/backend/tx/AbstractTransaction.java 73.24% <0.00%> (+1.91%) 53.00% <0.00%> (+1.00%)
... and 11 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 71cda42...40357ec. Read the comment docs.

@zhoney zhoney merged commit 2f51452 into master Sep 22, 2020
@zhoney zhoney deleted the default-prop-pick-master branch September 22, 2020 09:30
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