-
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
confused error messages of delete tag #5255
Comments
I think this isn't bug, the first error meesage from graph's validator, but default if you do not exist this vertex, the storage won't raise some noise for us. |
Hi, this is not a bug, as explained by @Milittle. The first error was reported because tag If you want I close this 'bug' issue for now. |
Version: 3.3.0
对一个不存在的点, 删除Tag会报错. 返回: TagName `test1' is nonexistent
DELETE TAG test1 FROM 'v_not_exist';
对一个不存在的点, 删除所有Tag, 又不报错了...返回的errorCode: 0.
DELETE TAG * FROM 'v_not_exist';
The text was updated successfully, but these errors were encountered: