© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Apache TinkerPopAT
Apache TinkerPop•3y ago•
7 replies
Jim Idle

MergeV uint32 properties inserted as long

Using a property map with OnCreate in MergeV exhibits different behavior if the property type is uint32 rather than int32.

If the property is uint32 then the property is serialized as a long.
If the property is int32, then it is serialized as integer.

I suspect that the type test does not cater for uintnn.

I can use int32 in this case, and I suppose long does not harm and probably needs to be long for int64, but is this an oversight?
Apache TinkerPop banner
Apache TinkerPopJoin
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,376Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Gremlin python MergeV update properties
Apache TinkerPopATApache TinkerPop / questions
13mo ago
mergeV with onMerge when extra properties are unknown
Apache TinkerPopATApache TinkerPop / questions
15mo ago
using mergeV/E
Apache TinkerPopATApache TinkerPop / questions
4y ago
.mergeV() with Javascript not working
Apache TinkerPopATApache TinkerPop / questions
2y ago