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

Property needed by return * may has been prunned. #4854

Closed
xtcyclist opened this issue Nov 10, 2022 · 1 comment
Closed

Property needed by return * may has been prunned. #4854

xtcyclist opened this issue Nov 10, 2022 · 1 comment
Assignees
Labels
severity/minor Severity of bug type/bug/correctness Query runs normaly but produces wrong results. type/bug Type: something is unexpected
Milestone

Comments

@xtcyclist
Copy link
Contributor

Query:

(root@nebula) [nebula_huskie]> MATCH (n0)-[e0]-()-[]->(n1:Label_1{labelProp_1_3: 120, labelProp_1_4: true}) WHERE (id(n0) IN [3,13]) AND (93 <= n1.Label_1.labelProp_1_0) WITH MIN(87) AS a0 return *
+----------+
| a0       |
+----------+
| __NULL__ |
+----------+

Expected result:

+----------+
| a0       |
+----------+
| 87       |
+----------+
@xtcyclist xtcyclist added the type/bug Type: something is unexpected label Nov 10, 2022
@xtcyclist xtcyclist self-assigned this Nov 10, 2022
@xtcyclist xtcyclist added the type/bug/correctness Query runs normaly but produces wrong results. label Nov 10, 2022
@jinyingsunny jinyingsunny added the severity/minor Severity of bug label Nov 10, 2022
@Sophie-Xie Sophie-Xie added this to the v3.4.0 milestone Nov 11, 2022
@xtcyclist
Copy link
Contributor Author

After checking with openCyper, this is a non-issue. Close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor Severity of bug type/bug/correctness Query runs normaly but produces wrong results. type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants