-
Notifications
You must be signed in to change notification settings - Fork 328
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: re-support query engine execute dml #2484
feat: re-support query engine execute dml #2484
Conversation
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2484 +/- ##
===========================================
- Coverage 84.98% 84.71% -0.27%
===========================================
Files 725 724 -1
Lines 115465 115194 -271
===========================================
- Hits 98123 97591 -532
- Misses 17342 17603 +261 |
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.
Good job! But looks like this PR can't resolve #2445 .
Signed-off-by: Zhenchi <[email protected]>
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
* feat: re-support query engine execute dml Signed-off-by: Zhenchi <[email protected]> * chore: remove region_number in InsertRequest Signed-off-by: Zhenchi <[email protected]> * chore: add doc comments Signed-off-by: Zhenchi <[email protected]> --------- Signed-off-by: Zhenchi <[email protected]>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
TableMutationHandler
Hopefully, after this patch and #2482, #2445 should done
Checklist
Refer to a related PR or issue link (optional)