ldbc / gcore-spark

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

Review the use of CREATE #33

Closed ramhgarcias closed 4 years ago

ramhgarcias commented 4 years ago

Describe the bug The following query is allowed: "CREATE 'nuevo' CONSTRUCT (n) MATCH (n)"

To Reproduce

  1. Execute: CREATE 'nuevo' CONSTRUCT (n) MATCH (n);

Expected behavior Show a parser error, because it must be "CREATE GRAPH"

ramhgarcias commented 4 years ago

Only happens in windows. Solution