-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(kvindexers): update method for binary pb indexer #1380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Codecov Report
@@ Coverage Diff @@
## master #1380 +/- ##
==========================================
- Coverage 83.52% 82.95% -0.57%
==========================================
Files 103 104 +1
Lines 6793 6959 +166
==========================================
+ Hits 5674 5773 +99
- Misses 1119 1186 +67
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- this does not work, as discussed in https://jinaai.slack.com/archives/C018QC78L84/p1606823311131600?thread_ts=1606820889.125300&cid=C018QC78L84
- missing unit test
5b6eb6b
to
3baaf6a
Compare
3baaf6a
to
cc4c165
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now. Any other feedback? We should merge this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot merge this, you have done some updates to the hub
submoudle that should not be there.
Not sure how that happened, but removed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm if you can remove the unused tmpdirs.
Done, removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related ticket:
https://jinaai.atlassian.net/browse/JINACORE-483
Adding update and delete operations for all key value indexers.