[ https://issues.apache.org/jira/browse/TINKERPOP3-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14717497#comment-14717497 ]
stephen mallette commented on TINKERPOP3-333: --------------------------------------------- Looks like {{PartitionStrategy}} can work if we don't do this folding: https://github.com/apache/incubator-tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java#L990-L991 That allows me to append the partition key meta properties to individual {{AddProperty}} steps. With the folding there into {{VertexStep}} and {{AddVertexStartStep}} you can't include the partition key because those steps don't support setting meta properties through them. > SubgraphStrategy (and others? Partition/ReadOnly) need VertexProperty support. > ------------------------------------------------------------------------------ > > Key: TINKERPOP3-333 > URL: https://issues.apache.org/jira/browse/TINKERPOP3-333 > Project: TinkerPop 3 > Issue Type: Improvement > Components: structure > Affects Versions: 3.0.0-incubating > Reporter: Marko A. Rodriguez > Assignee: stephen mallette > Fix For: 3.1.0-incubating > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)