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

UNION bug #5113

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

UNION bug #5113

jievince opened this issue Dec 26, 2022 · 0 comments · Fixed by #5116
Assignees
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Milestone

Comments

@jievince
Copy link
Contributor

jievince commented Dec 26, 2022

Please check the FAQ documentation before raising an issue

Describe the bug (required)
The following sentence reports a syntax error.

    UNWIND [1,2] AS a RETURN a
    UNION ALL
    RETURN 2 AS a

While the following could executed successfully:

      UNWIND [1,2] AS a RETURN a
      UNION ALL
      UNWIND [2] AS a RETURN a

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

@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 assigned jievince and unassigned jievince Dec 26, 2022
@github-actions github-actions bot added the process/fixed Process of bug label Dec 26, 2022
@jievince jievince reopened this Dec 26, 2022
@jievince jievince added this to the v3.5.0 milestone Dec 26, 2022
@github-actions github-actions bot removed the process/fixed Process of bug label Dec 26, 2022
@github-actions github-actions bot added the process/fixed Process of bug label Dec 29, 2022
@Sophie-Xie Sophie-Xie reopened this Jan 3, 2023
@github-actions github-actions bot removed the process/fixed Process of bug label Jan 3, 2023
@Sophie-Xie Sophie-Xie modified the milestones: v3.5.0, v3.4.0 Jan 3, 2023
@Sophie-Xie Sophie-Xie added the wontfix Solution: this will not be worked on recently label Jan 3, 2023
@github-actions github-actions bot added the process/fixed Process of bug label Jan 3, 2023
@HarrisChu HarrisChu reopened this Jan 4, 2023
@jievince jievince modified the milestones: v3.4.0, v3.5.0 Jan 4, 2023
@github-actions github-actions bot removed the process/fixed Process of bug label Jan 4, 2023
@github-actions github-actions bot added the process/fixed Process of bug label Mar 6, 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/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants