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


##########
docs/src/dev/provider/gremlin-semantics.asciidoc:
##########
@@ -2564,6 +2650,12 @@ the possible values are:
 ** 8 for including values (VertexProperty)
 ** 15 for including all
 
+The label format in the map is controlled by source-level `with("multilabel")` 
and `with("singlelabel")` options, not
+by the graph's `LabelCardinality`. When `"multilabel"` is present and 
`"singlelabel"` is not, the label value is a

Review Comment:
   This has been rewritten to express the proper semantics. There is no more 
wording about precedence, as it's impossible to set both with options at the 
same time (rejected by StandardVerificationStrategy).



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