-
Notifications
You must be signed in to change notification settings - Fork 61
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
Delete Vertex with label specified in CSV #131
Comments
Dear Goranc, Thank you! When it comes to
If I understand it correctly, maybe a notice could be added to remind the user of this to avoid misunderstanding. Also, apart from this (by nature, importer handles vertex/edge per row in semantic), do you have the needs of batch processing on only removing TAG from specific vertices(rather than all ones with this TAG)? If so, would you mind raise the issue on nebula-graph to describe your requirement and backgrounds for this? In case that is introduced in the future, maybe another importer For the case that you would like to remove TAG from all vertices, Also, thank you again for raising hands here to help the community better ❤,and I totally understand the intuition of considering deleting( |
Will close it as it's been inactive for days. Feel free to reopen it. |
When I specify - (minus) :LABEL in CSV file for import what is the meaning of the other TAG values specified ?
In my test case when there is VertexID and TAG value specified for delete, you will expect that for specific VertexID and that TAG data will be deleted,
but that is not the case, all TAG values are deleted, so complete Vertex is deleted.
As I can find in documentation for Nebula that only DELETE Vertex is supported, not specific TAG for Vertex
I will expect that you can't delete specific TAG for Vertex and leave other TAG untouched, so this :LABEL with TAG values is misleading, because importer will delete complete Vertex for ID specified.
The text was updated successfully, but these errors were encountered: