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 bugs: schema existence check #1045

Merged
merged 3 commits into from
Jun 18, 2020
Merged

fix bugs: schema existence check #1045

merged 3 commits into from
Jun 18, 2020

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Jun 17, 2020

fix #870

Change-Id: Ifbfc17b1c432994f82c2718f49b27f933cadb342
Change-Id: I0abb91174e3cc8c3eb26b0edd1c9680b4dea7018
Change-Id: I7ef7993e13e426a0a74c89db71c523696b09fc03
@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #1045 into master will increase coverage by 0.57%.
The diff coverage is 58.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1045      +/-   ##
============================================
+ Coverage     68.58%   69.15%   +0.57%     
- Complexity     5401     5435      +34     
============================================
  Files           329      329              
  Lines         26394    26394              
  Branches       3761     3763       +2     
============================================
+ Hits          18102    18254     +152     
+ Misses         6512     6360     -152     
  Partials       1780     1780              
Impacted Files Coverage Δ Complexity Δ
...du/hugegraph/schema/builder/IndexLabelBuilder.java 89.90% <50.00%> (+1.57%) 114.00 <7.00> (+4.00)
...idu/hugegraph/schema/builder/EdgeLabelBuilder.java 83.45% <60.00%> (+0.35%) 83.00 <5.00> (+4.00)
...raph/backend/store/rocksdb/RocksDBStdSessions.java 70.02% <100.00%> (ø) 30.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.73% <0.00%> (-0.12%) 192.00% <0.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%> (ø%)
...u/hugegraph/schema/builder/VertexLabelBuilder.java 85.28% <0.00%> (+2.26%) 86.00% <0.00%> (+3.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 395435c...c44b44b. Read the comment docs.

@houzhizhen houzhizhen merged commit 4132b35 into master Jun 18, 2020
@houzhizhen houzhizhen deleted the gremlin-test-fix-v0.11 branch June 18, 2020 06:33
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.

Optimize the semantics of ifNotExist
4 participants