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

Schema protobuf serialization part 2 #206

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

araddon
Copy link
Owner

@araddon araddon commented Dec 25, 2017

Support schema serialization (protobuf) to enable distributed schema management. refs #199

Schema Serialization over the wire is a pre-requesite to a distributed schema Applyer

@codecov-io
Copy link

codecov-io commented Apr 29, 2018

Codecov Report

Merging #206 into master will decrease coverage by 1.32%.
The diff coverage is 33.99%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
- Coverage   68.12%   66.79%   -1.33%     
==========================================
  Files          87       87              
  Lines       16192    16435     +243     
==========================================
- Hits        11030    10977      -53     
- Misses       4310     4560     +250     
- Partials      852      898      +46
Impacted Files Coverage Δ
datasource/json.go 40.62% <0%> (-0.43%) ⬇️
datasource/membtree/btree.go 56.61% <0%> (-0.31%) ⬇️
datasource/schemadb.go 59.5% <0%> (-9.76%) ⬇️
datasource/introspect.go 36.45% <24.32%> (+0.09%) ⬆️
datasource/files/storesource.go 67.12% <25%> (+0.45%) ⬆️
schema/schema.go 46.71% <26.31%> (-42.5%) ⬇️
datasource/files/filesource.go 61.53% <50%> (-0.37%) ⬇️
datasource/sqlite/source.go 63.75% <50%> (-0.81%) ⬇️
schema/registry.go 86.92% <60%> (+0.34%) ⬆️
schema/apply_schema.go 67.93% <60.25%> (-32.07%) ⬇️
... and 8 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 01687b6...3f4206a. Read the comment docs.

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.

2 participants