-
Notifications
You must be signed in to change notification settings - Fork 706
feat(binder): bind & plan DELETE
#912
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
Conversation
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #912 +/- ##
============================================
- Coverage 72.49% 72.44% -0.06%
Complexity 2766 2766
============================================
Files 936 940 +4
Lines 55274 55366 +92
Branches 1787 1787
============================================
+ Hits 40070 40108 +38
- Misses 14314 14368 +54
Partials 890 890
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
|
First time to the frontend. 🤣 Please feel free to take a look! |
Signed-off-by: Bugen Zhao <[email protected]>
BowenXiao1999
left a comment
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
st1page
left a comment
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.
Rest LGTM
|
|
||
| let order = Order::any().clone(); | ||
| let dist = Distribution::any().clone(); | ||
| let mut out_fields = FixedBitSet::with_capacity(plan.schema().len()); |
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.
maybe the delete operator's output should have no column?
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.
Also seems to return the affected rows?
https://www.postgresql.org/docs/9.6/sql-delete.html
Signed-off-by: Bugen Zhao <[email protected]>
What's changed and what's your intention?
As title.
Checklist
Refer to a related PR or issue link (optional)
DELETE#898DELETEin TableV2 #16