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 schema-array-cache not update cache when updating schema #1197

Merged
merged 1 commit into from
Sep 29, 2020

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Sep 28, 2020

Change-Id: I37a5d6f7c864d8b0bbf675eef4849449546b5d42

Change-Id: I37a5d6f7c864d8b0bbf675eef4849449546b5d42
@codecov
Copy link

codecov bot commented Sep 28, 2020

Codecov Report

Merging #1197 into master will increase coverage by 0.74%.
The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1197      +/-   ##
============================================
+ Coverage     64.87%   65.61%   +0.74%     
- Complexity     5711     5726      +15     
============================================
  Files           361      361              
  Lines         29546    29554       +8     
  Branches       4172     4173       +1     
============================================
+ Hits          19168    19392     +224     
+ Misses         8412     8184     -228     
- Partials       1966     1978      +12     
Impacted Files Coverage Δ Complexity Δ
...gegraph/backend/cache/CachedSchemaTransaction.java 93.33% <87.50%> (+0.21%) 33.00 <0.00> (-2.00) ⬆️
...ackend/store/cassandra/CassandraStoreProvider.java 50.00% <0.00%> (-50.00%) 3.00% <0.00%> (-3.00%)
...aph/backend/store/cassandra/CassandraFeatures.java 75.00% <0.00%> (-10.00%) 15.00% <0.00%> (-2.00%)
...com/datastax/driver/core/querybuilder/Clauses.java 73.91% <0.00%> (-8.70%) 2.00% <0.00%> (-2.00%)
...h/backend/store/cassandra/CassandraSerializer.java 85.71% <0.00%> (-4.77%) 26.00% <0.00%> (-1.00%)
...egraph/backend/store/cassandra/CassandraTable.java 75.88% <0.00%> (-4.26%) 80.00% <0.00%> (-4.00%)
...du/hugegraph/traversal/optimize/TraversalUtil.java 54.88% <0.00%> (-2.39%) 118.00% <0.00%> (-4.00%)
...java/com/baidu/hugegraph/type/define/DataType.java 84.46% <0.00%> (-1.95%) 51.00% <0.00%> (-2.00%)
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 79.11% <0.00%> (-1.08%) 302.00% <0.00%> (-5.00%)
.../hugegraph/backend/serializer/TableSerializer.java 86.72% <0.00%> (-0.57%) 57.00% <0.00%> (-1.00%)
... and 17 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 305b72b...5a3278b. Read the comment docs.

@zhoney zhoney merged commit a2479b5 into master Sep 29, 2020
@zhoney zhoney deleted the array-cache-not-update-bug branch September 29, 2020 07:01
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

3 participants