-
Notifications
You must be signed in to change notification settings - Fork 1.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
use range in delete edges #2404
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2404 +/- ##
==========================================
- Coverage 86.46% 86.16% -0.31%
==========================================
Files 649 648 -1
Lines 64374 66027 +1653
==========================================
+ Hits 55662 56891 +1229
- Misses 8712 9136 +424
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.
LGTM
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
Co-authored-by: Yee <[email protected]>
Use
delete range
in delete edges, there are some encode problem that we can not use it in delete vertices, contact me if interested.Other changes:
EventListener