You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug (required)
match and fetch have inconsistent result.
And the vertex without tag cannot be counted.
How To Reproduce(required)
create tag player(name string)
insert vertex player(name) values "100":("tom")
drop tag player
then query the vertex, according to pr #3328, we should get the vertex without any tag. But match query returns nothing, fetch query returns the vertex id.
The text was updated successfully, but these errors were encountered:
Describe the bug (required)
match and fetch have inconsistent result.
And the vertex without tag cannot be counted.
How To Reproduce(required)
create tag player(name string)
insert vertex player(name) values "100":("tom")
drop tag player
then query the vertex, according to pr #3328, we should get the vertex without any tag. But match query returns nothing, fetch query returns the vertex id.
The text was updated successfully, but these errors were encountered: