Re: [BUG] Syntax error using logical operator OR
hadoopmarc@...
See https://issues.apache.org/jira/browse/TINKERPOP-2898 Stephen Mallette remarks that in Case 1 and Case 2 the root cause is "in" being a keyword in Groovy. So, implicit anonymous traversals starting with "in" are not possible and need to be explicit anonymous traversals: __.in(). |
|