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

Two statement which define the variable with same name cause the graphd to crash #5112

Closed
jievince opened this issue Dec 26, 2022 · 0 comments · Fixed by #5061
Closed

Two statement which define the variable with same name cause the graphd to crash #5112

jievince opened this issue Dec 26, 2022 · 0 comments · Fixed by #5061
Assignees
Labels
affects/none PR/issue: this bug affects none version. process/done Process of bug severity/major Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@jievince
Copy link
Contributor

jievince commented Dec 26, 2022

Please check the FAQ documentation before raising an issue

Describe the bug (required)

      """
      $v1 = YIELD "Tony Parker" AS a;
      $v1 = YIELD "Tim Duncan" AS a;
      """

Both of them define a variable called $v1

@jievince jievince added the type/bug Type: something is unexpected label Dec 26, 2022
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Dec 26, 2022
@jievince jievince self-assigned this Dec 26, 2022
@jievince jievince added this to the v3.4.0 milestone Dec 26, 2022
@Sophie-Xie Sophie-Xie added severity/major Severity of bug and removed severity/none Severity of bug labels Dec 26, 2022
@github-actions github-actions bot added the process/fixed Process of bug label Dec 28, 2022
@Hester-Gu Hester-Gu added the process/done Process of bug label Jan 13, 2023
@github-actions github-actions bot removed the process/fixed Process of bug label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/done Process of bug severity/major Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants