Cole-Greer commented on code in PR #3215:
URL: https://github.com/apache/tinkerpop/pull/3215#discussion_r2382930909


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AbstractAddElementStepPlaceholder.java:
##########
@@ -54,6 +55,7 @@ public abstract class AbstractAddElementStepPlaceholder<S, E 
extends Element, X
     protected Map<Object, List<Object>> properties = new HashMap<>();
     protected GValue<Object> elementId;
     protected Set<String> scopeKeys = new HashSet<>();
+    protected Parameters withConfiguration = new Parameters();

Review Comment:
   Yes to traversals, this is required for with() modulation. There is 
currently no intention to allow GValue through with()-modulation, I will check 
to ensure this is explicitly blocked.



-- 
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