[
https://issues.apache.org/jira/browse/TINKERPOP-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066157#comment-18066157
]
ASF GitHub Bot commented on TINKERPOP-3214:
-------------------------------------------
Cole-Greer commented on PR #3327:
URL: https://github.com/apache/tinkerpop/pull/3327#issuecomment-4069531900
I'm surprised I didn't know that, I guess it's quite rare I use TinkerGraph
without the TinkerFactory toy graphs (which are always sequentially ID'd).
No additional concerns on my end. I think 3.7 inclusion is fine.
VOTE +1
> TinkerGraph VertexProperty Id duplication
> -----------------------------------------
>
> Key: TINKERPOP-3214
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3214
> Project: TinkerPop
> Issue Type: Bug
> Components: tinkergraph
> Affects Versions: 3.7.4
> Reporter: Stephen Mallette
> Priority: Blocker
>
> I assume this i just TinkerGraph. Tested in 3.8.0, but maybe this has been
> around longer?
> {code}
> gremlin> g = TinkerFactory.createAirRoutes().traversal()
> ==>graphtraversalsource[tinkergraph[vertices:3749 edges:57645], standard]
> gremlin> g.V().properties().hasId(0)
> ==>vp[date->2025-10-22 13:56:...]
> gremlin> g.V(4).property('city','newname')
> ==>v[4]
> gremlin> g.V(4).properties('city').id()
> ==>0
> gremlin> g.V().properties().hasId(0)
> ==>vp[date->2025-10-22 13:56:...]
> ==>vp[date->2025-10-22 13:56:...]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)