[ 
https://issues.apache.org/jira/browse/TINKERPOP-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16987158#comment-16987158
 ] 

ASF GitHub Bot commented on TINKERPOP-2235:
-------------------------------------------

spmallette commented on pull request #1214: TINKERPOP-2235 Expand semantics of 
null 
URL: https://github.com/apache/tinkerpop/pull/1214
 
 
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Better handle the concept of null in traversals
> -----------------------------------------------
>
>                 Key: TINKERPOP-2235
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2235
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.4.2
>            Reporter: Stephen Mallette
>            Priority: Major
>              Labels: breaking
>
> Introduce a Gremlin specific {{Null}} object to better allow for conveying 
> the notion of "null" in traversals allowing things like:
> {code}
> gremlin> g.inject(Null.instance())
> ==> null
> gremlin> g.V(1).property("x", 1).property("y", Null.instance()).property("z", 
> 2))  
> ==> v[1]
> {code}
> See the linked DISCUSS thread for more information.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to