Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Collect values from InputExpression crash the nebula graphd #1012

Closed
yixinglu opened this issue May 9, 2021 · 0 comments · Fixed by #1015
Closed

Collect values from InputExpression crash the nebula graphd #1012

yixinglu opened this issue May 9, 2021 · 0 comments · Fixed by #1015
Assignees
Labels
bug Type: something is unexpected hi-pri Priority: high

Comments

@yixinglu
Copy link
Contributor

yixinglu commented May 9, 2021

following query will crash the graphd

UNWIND [1,2,3] AS d RETURN d | YIELD 1 IN COLLECT($-.d)

But next case works well:

UNWIND [1,2,3] AS d RETURN d | YIELD ANY(l IN COLLECT($-.d) WHERE l==1)

response:

(user@nebula) [nba]> UNWIND [1,2,3] AS d RETURN d | YIELD ANY(l IN COLLECT($-.d) WHERE l==1)
+--------------------------------------+
| any(l IN COLLECT($-.d) WHERE (l==1)) |
+--------------------------------------+
| true                                 |
+--------------------------------------+
Got 1 rows (time spent 662/1267 us)

Sun, 09 May 2021 13:07:55 CST
@yixinglu yixinglu added the bug Type: something is unexpected label May 9, 2021
@yixinglu yixinglu added the hi-pri Priority: high label May 9, 2021
jievince added a commit to jievince/nebula-graph that referenced this issue May 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Type: something is unexpected hi-pri Priority: high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants