spmallette commented on PR #3327:
URL: https://github.com/apache/tinkerpop/pull/3327#issuecomment-4069421401

   that's always been like that and is not a result of this change though:
   
   ```
   gremlin> Gremlin.version()
   ==>3.7.3
   gremlin>  g = TinkerGraph.open().traversal()
   ==>graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
   gremlin> g.addV("person").property("name", "marko").property("age", 29)
   ==>v[0]
   gremlin> g.addV("person").property("name", "josh").property("age", 31)
   ==>v[3]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to