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 be followed by use space #3726

Closed
Nicole00 opened this issue Jan 14, 2022 · 0 comments · Fixed by #3748
Closed

Match cannot be followed by use space #3726

Nicole00 opened this issue Jan 14, 2022 · 0 comments · Fixed by #3748
Assignees
Labels
incompatible PR: incompatible with the recently released version type/bug Type: something is unexpected
Milestone

Comments

@Nicole00
Copy link
Contributor

Describe the bug (required)
Nebula 2.6 support the ngql: "use space; match (v:person) return v"

for the latest version nebula(nightly 0106), the same statement is not supported.
image

How To Reproduce(required)

  1. create tag tag_b(col double)
  2. create tag index aaa on tag_b(col)
  3. insert vertex tag_b(col) values "2":(2.2)
  4. use test;match (v:tag_b) return v
@Nicole00 Nicole00 added type/bug Type: something is unexpected incompatible PR: incompatible with the recently released version labels Jan 14, 2022
@Sophie-Xie Sophie-Xie added this to the v3.0.0 milestone Jan 15, 2022
@CPWstatic CPWstatic assigned Aiee and unassigned CPWstatic Jan 17, 2022
@jackwener jackwener assigned jackwener and unassigned Aiee Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incompatible PR: incompatible with the recently released version type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants