spmallette commented on a change in pull request #1570:
URL: https://github.com/apache/tinkerpop/pull/1570#discussion_r816690109



##########
File path: 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
##########
@@ -2473,6 +2473,8 @@ else if (value instanceof Traversal)
                     property(key, entry.getKey(), entry.getValue());
                 }
                 return this;
+            } else if (value == null) { // Just return the input if you pass a 
null
+                return this;

Review comment:
       I think it's ok for now to overlook this concern, but in the long run it 
should probably be addressed somehow. Created: 
https://issues.apache.org/jira/browse/TINKERPOP-2714 to track.




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