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
The first query thrown a exception: java.lang.IllegalStateException: Illegal key 'LABEL' with more than one value: [1, 3]
The second query returned the results normally.
We replaced the inE('el0') step in the first query with match(__.as('start1').repeat(__.inE('el0')).times(1).as('m1')).select('m1'), which should not affect the result.
When I executed these two queries on Janusgraph and Tinkerpop, they both returned the same results and were consistent with the results of the second query.