-
Notifications
You must be signed in to change notification settings - Fork 44
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
handle create database and collection from contract #569
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #569 +/- ##
=======================================
Coverage 63.97% 63.97%
=======================================
Files 9 9
Lines 433 433
Branches 64 64
=======================================
Hits 277 277
Misses 156 156
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
PR-Codex overview
This PR focuses on adding functionality to create collections with indexes in the DB3MetaStore.
Detailed summary
indexes
parameter to thecreate_collection
function inDocStore
indexes
field to theCollectionMutation
struct indb3_mutation_v2.proto
create_collection
function inDBStoreV2
to support indexes