kenhuuu commented on code in PR #3359: URL: https://github.com/apache/tinkerpop/pull/3359#discussion_r3011094266
########## docs/src/reference/gremlin-variants.asciidoc: ########## @@ -2852,6 +2852,8 @@ is different from JVM languages which produces different `Set` results when thos is detected during deserialization, the `Set` is coerced to a `List` so that traversals return consistent results within a collection across different languages. If a `Set` is needed then convert `List` results to `Set` manually. +* Traversals that return a `Set` containing non-hashable items, such as `Dictionary`, `Set` and `List`, will be coerced into a `List` during deserialization to avoid errors. If a `Set` is needed, convert the results Review Comment: Nit: incorrect spacing -- 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]
