with *
clause following a unwind
clause report "Alias used but not defined error"
#5015
Labels
affects/master
PR/issue: this bug affects master version.
auto-sync
find/automation
process/done
Process of bug
severity/major
Severity of bug
type/bug
Type: something is unexpected
Milestone
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Your Environments (required)
Look at the queries below from Nebula:
The first query report error "SemanticError: Alias used but not defined: e0", but if we remove the
unwind
clause beforewith
clause, everything is ok. In contrast, both of these two queries work well in Neo4j:uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
) https://github.com/vesoft-inc/nebula/tree/611c6705f9ef57c2f21104dabf9c3b59d45d1e65How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: