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

Sort unable to find expressions #914

Open
swilly22 opened this issue Jan 18, 2025 · 0 comments
Open

Sort unable to find expressions #914

swilly22 opened this issue Jan 18, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@swilly22
Copy link
Contributor

Due to ops migration from inner-plan to outer-plan SORT is unable to locate its expressions.

NOTE: DEBUG ASSERT needs to be ON.

not connected> GRAPH.QUERY g "unwind range(0, 3) as x create ({v:x})"
1) 1) "Nodes created: 4"
   2) "Properties set: 4"
   3) "Cached execution: 0"
   4) "Query internal execution time: 0.408708 milliseconds"

127.0.0.1:6379> GRAPH.QUERY g "CALL {MATCH (a) RETURN a UNION ALL MATCH (a) RETURN a ORDER BY a.v desc} RETURN a"
not connected>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants