-
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
feat: add deleteByIdBatch interface and my information #247
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #247 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 75 75
Lines 2563 2563
Branches 276 276
======================================
Misses 2563 2563
☔ View full report in Codecov by Sentry. |
This reverts commit 2d48962.
Excuse me! I have a problem. @wey-gu |
|
||
<delete id="deleteByIdBatch"> | ||
@for ( v in ng_args[0] ) { | ||
DELETE VERTEX ${ ng.valueFmt( v )}; |
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.
The use of passing in multiple ids at the same time may be more appropriate than the use of multiple statement structures.
https://docs.nebula-graph.com.cn/3.6.0/3.ngql-guide/12.vertex-statements/4.delete-vertex/
DELETE VERTEX <vid> [ , <vid> ... ] [WITH EDGE];
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.
OK, I learn that and will change it later!
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.
Thank you for your efforts and waiting.
That's very elegant.
We can merge without any additional changes.
cc: @wey-gu
@shbone Lines 29 to 44 in c67c017
Two PRs should belong to Your efforts should be perceived by people. Thank you vvvvvery much! |
Thank you ! I will fix this conflict and edit the |
And I am sorry that I don't know why I have this conflict between |
This might have something to do with #234 using the master branch and now using another branch? |
Let me give a try on resolving it. |
@shbone Could you double-check check I didn't miss any changes of yours here? if it looks good, we are good to merge. I guess the conflict was related to the new line character introduced in a windows env. |
Yes, I have checked it and all is right |
Let's merge then! :D Thanks a lot for the great contribution!!! |
pom.xml