Description
Check this out:
gremlin> g.V().as('a').select('a').as('a').select('a') ==>[v[1],v[1]] ==>[v[2],v[2]] ==>[v[3],v[3]] ==>[v[4],v[4]] ==>[v[5],v[5]] ==>[v[6],v[6]]
Shouldn't we just return the uniques? This is a big decision as this can cause massive rippling breakage for users .
Attachments
Issue Links
- links to