Describe the bug
An ambiguity from bison glr parser occurred when parsing some statements.
Your Environment
nebula 3.3.0
How To Reproduce
(root@nebula) [nba]> MATCH (v:player{name: 'Tim Duncan'})-[e:like*0..2]-(v2) WHERE size([ii in e WHERE (v)-[ii]-(v2) | ii])>1 RETURN count(*) AS cnt
[ERROR (-1004)]: SyntaxError: syntax is ambiguous near `(v)-[ii]-(v2)'
Describe the bug An ambiguity from bison glr parser occurred when parsing some statements.
Your Environment nebula 3.3.0
How To Reproduce
Expected behavior Parse out the correct AST.