andreachild commented on code in PR #3215:
URL: https://github.com/apache/tinkerpop/pull/3215#discussion_r2380120090


##########
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:
   Can you add guidance to the `Configuring.java` interface as to when the 
config data should be stored separately from other data?



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