Skip to content
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

match cannot query the vertex after drop tag, but fetch can #3802

Closed
Nicole00 opened this issue Jan 25, 2022 · 5 comments
Closed

match cannot query the vertex after drop tag, but fetch can #3802

Nicole00 opened this issue Jan 25, 2022 · 5 comments
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@Nicole00
Copy link
Contributor

Describe the bug (required)
image
match and fetch have inconsistent result.

image
And the vertex without tag cannot be counted.

How To Reproduce(required)

  1. create tag player(name string)
  2. insert vertex player(name) values "100":("tom")
  3. 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.

@Nicole00 Nicole00 added the type/bug Type: something is unexpected label Jan 25, 2022
@HarrisChu
Copy link
Contributor

#3649

@Sophie-Xie Sophie-Xie added this to the v3.0.0 milestone Jan 25, 2022
@critical27 critical27 modified the milestones: v3.0.0, v3.1.0 Jan 25, 2022
@critical27
Copy link
Contributor

Duplicate with #3649

@HarrisChu
Copy link
Contributor

  1. for show stats, duplicate with After inserting a vertex without a tag, useshow statsto count the numbers of vertices or edges that cannot be counted #3649
  2. for match, maybe should discuss offline.

@HarrisChu
Copy link
Contributor

cc @nevermore3

@Shylock-Hg
Copy link
Contributor

Duplicate with #3688

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

6 participants