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

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

divijvaidya commented on a change in pull request #1516:
URL: https://github.com/apache/tinkerpop/pull/1516#discussion_r772340594



##########
File path: CHANGELOG.asciidoc
##########
@@ -34,6 +34,7 @@ limitations under the License.
 * Improved behavior of `V()` and `E()` when `null` is an argument producing a 
filtering behavior rather than an exception.
 * Prevented metrics computation unless the traversal is in a locked state.
 * Added syntax to Gremlin grammar to explicitly define `byte`, `short` and 
`BigInteger`.
+* Added syntax to Gremlin grammar to allow construction of a reference 
`Vertex`.

Review comment:
       Shall we add an example in the changelog here to let the users know on 
what is possible in the syntax now?




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


> Support Vertex references in grammar
> ------------------------------------
>
>                 Key: TINKERPOP-2663
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2663
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: language
>    Affects Versions: 3.5.1
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Major
>
> With Java (and other variants) you can create an {{Element}} easy enough - 
> {{ReferenceVertex}} and the like have easy to use constructors. 
> {{gremlin-language}} could be made more consistent with such syntax:
> {code}
> g.addE('knows).from(Vertex(1)).to(Vertex(2))
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to