spmallette commented on code in PR #3483:
URL: https://github.com/apache/tinkerpop/pull/3483#discussion_r3494063993
##########
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:
> When `"multilabel"` is present and `"singlelabel"` is not,
that's an odd way to say that, no? it's not like they make any sense both
being configured. ah, but then:
> When both options are present on the same source, `"singlelabel"` always
takes precedence regardless of the order in which they were applied.
I'm not sure I like that. I suppose it's better than an error? Was this an
explicit design choice?
--
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]