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

age is not a tag, I expect the returned result could be an error. #3687

Closed
foesa-yang opened this issue Jan 11, 2022 · 1 comment
Closed
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@foesa-yang
Copy link

Please check the FAQ documentation before raising an issue

Describe the bug (required)

age is not a tag, I expect the returned result could be an error.

(root@nebula) [basketballplayer]> match (v) return v.age.name limit 3
+------------+
| v.age.name |
+------------+
| __NULL__   |
| __NULL__   |
| __NULL__   |
+------------+

Your Environments (required)

  • OS: uname -a
  • Compiler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

@foesa-yang foesa-yang added the type/bug Type: something is unexpected label Jan 11, 2022
@Sophie-Xie Sophie-Xie added this to the v3.0.0 milestone Jan 11, 2022
@czpmango
Copy link
Contributor

IMO, it's just reasonable. I test similar statement in neo4j v4.2.4:

neo4j@neo4j> match (v) return v.nonExist limit 3;
+------------+
| v.nonExist |
+------------+
| NULL       |
| NULL       |
| NULL       |
+------------+

Closed but free to ask.

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

4 participants