ldbc / gcore-spark

Implementation of the G-CORE graph query language on Spark
Apache License 2.0
15 stars 5 forks source link

Check if left-to-right semantics in CONSTRUCT is supported #5

Closed peterboncz closed 5 years ago

peterboncz commented 6 years ago

If a node variable x is created in a CONSTRUCT pattern, then a subsequent pattern (to the right) could use it, e.g. CONSTRUCT (x GROUP y.foo), (x)->(y)

ramhgarcias commented 5 years ago

fixed by 4f6ab6a199fddd6ce8d5590b39314b891aa5be31