Skip to content

Support for list types with cardinality #284

@bowofolaf

Description

@bowofolaf

Hi,

Please see the following SO question. This happened when using Seq and List for properties on my CC.

https://stackoverflow.com/questions/56568962/unsupported-property-value-type-java-util-linkedhashmap-when-writing-to-neptune

I was able to step through your code, and it appears that for a List type addVertex proceeds to add the whole list as a property which is unsupported. Is there a way to make it iterate through and add all said items to the property the Gremlin way i.e.

g.addV("person").property("friend", "john").property("friend","joe")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions