andreachild commented on PR #3233: URL: https://github.com/apache/tinkerpop/pull/3233#issuecomment-3387721204
There's mention of `aggregate(local)` in `gremlin-variants.asciidoc` - should it be modified? > * The `subgraph()`-step is not supported by any variant that is not running on the Java Virtual Machine as there is no `Graph` instance to deserialize a result into on the client-side. A workaround is to replace the step with `aggregate(local)` and then convert those results to something the client can use locally. -- 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]
