-
Notifications
You must be signed in to change notification settings - Fork 332
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: impl BatchDelete
#1253
feat: impl BatchDelete
#1253
Conversation
The corresponding |
Codecov Report
@@ Coverage Diff @@
## develop #1253 +/- ##
===========================================
- Coverage 85.64% 85.11% -0.53%
===========================================
Files 495 495
Lines 73428 73629 +201
===========================================
- Hits 62887 62672 -215
- Misses 10541 10957 +416 |
@Fengys123 It's added now, PTAL |
df686f8
to
d3c1c39
Compare
There is some conflicts, please resolve it. @shuiyisong 😃 |
d3c1c39
to
eb6366c
Compare
@Fengys123 Rebased, PTAL 😆 |
Co-authored-by: LFC <bayinamine@gmail.com>
Co-authored-by: LFC <bayinamine@gmail.com>
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
* chore: impl `BatchDelete` * chore: add `batch_delete` to meta-client * fix: auth param length check * fix: auth param length check * chore: rebase develop * chore: use `filter_map` Co-authored-by: LFC <bayinamine@gmail.com> * chore: update error msg Co-authored-by: LFC <bayinamine@gmail.com> * fix: pre-allocate vec length --------- Co-authored-by: LFC <bayinamine@gmail.com>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
This pr mainly implements
BatchDelete
onkv_store
Checklist
Refer to a related PR or issue link (optional)
#1249