-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature/import as #1859
Feature/import as #1859
Conversation
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.
Couple of change suggested.
We also need to add a test for added edges from the same graph which lucas noticed deadlocks.
Can you make sure to run make tidy
as you need to generate the stubs for these new functions.
If you can also quickly merge master to bring in the changes to allow iterators.
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.
Can you just change the force flag to 'merge'
What changes were proposed in this pull request?
#1737: Add an import_as function for edges and nodes
Changed the force argument in import to 'merge' to better indicate what it is doing
Why are the changes needed?
When importing node/nodes or edge/edges from an existing graph user should be able to provide new id.
Does this PR introduce any user-facing change? If yes is this documented?
Yes, yes.
How was this patch tested?
Unit tests
Are there any further changes required?
No