You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to ops migration from inner-plan to outer-planSORT 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>
The text was updated successfully, but these errors were encountered:
Due to ops migration from
inner-plan
toouter-plan
SORT
is unable to locate its expressions.NOTE: DEBUG ASSERT needs to be ON.
The text was updated successfully, but these errors were encountered: