[
https://issues.apache.org/jira/browse/TINKERPOP-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Bay closed TINKERPOP-1751.
--------------------------------
Resolution: Fixed
This was fixed as part of TINKERPOP-1752, now the signature is correct:
https://github.com/apache/tinkerpop/blob/f2b4fb980559c8427fa946ad0d5acb42292a0b70/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs#L589-L593
> Gremlin .NET: GraphTraversal.Group() signature does not allow map results
> -------------------------------------------------------------------------
>
> Key: TINKERPOP-1751
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1751
> Project: TinkerPop
> Issue Type: Bug
> Components: dotnet
> Affects Versions: 3.2.5
> Reporter: Jorge Bay
> Priority: Major
>
> Related to TINKERPOP-1725.
> The generated Group() for Gremlin.NET doesn't have a type parameter, allowing
> only {{GraphTraversal<S, E>}} results only.
> We should expose a {{Group()}} method that allows return map ({{Dictionary<K,
> V>}}) instances.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)