This repository has been archived by the owner on Apr 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Incorrect query plans for queries starting with WITH #335
Comments
szarnyasg
added a commit
that referenced
this issue
Mar 5, 2018
szarnyasg
added a commit
that referenced
this issue
Mar 5, 2018
Test case in 81d962e. |
An even more tricky query is given to show that it is not a viable solution to raise the selection above the join operator used to combine query parts, because for outer joins, this could kill the outer nature of the join.
|
Note: this is not even specific to queries starting with WITH, but seems to be characterized as problem with compilation of correlated query parts where correlation involves other than graph objects (e.g. properties, constants). E.g. for the example graph on console.neo4j.com, a query and its GPlan can be seen below. Note the use of
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Queries starting with
WITH
produce incorrect plans: the selection relies on thex
attribute which is not present. The issue is also present for queries starting withUNWIND
.The text was updated successfully, but these errors were encountered: