[
https://issues.apache.org/jira/browse/TINKERPOP-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18032822#comment-18032822
]
ASF GitHub Bot commented on TINKERPOP-3196:
-------------------------------------------
xiazcy commented on code in PR #3246:
URL: https://github.com/apache/tinkerpop/pull/3246#discussion_r2461319697
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/branch/Local.feature:
##########
@@ -183,4 +183,91 @@ Feature: Step - local()
| m[{"name":"marko","project":"lop"}] |
| m[{"name":"josh","project":"lop"}] |
| m[{"name":"peter","project":"lop"}] |
- | m[{"name":"josh","project":"ripple"}] |
\ No newline at end of file
+ | m[{"name":"josh","project":"ripple"}] |
+
Review Comment:
Can you add a `local(aggregate())` or `local(groupCount())` test?
> Implement proposal 5 regarding changes to local
> -----------------------------------------------
>
> Key: TINKERPOP-3196
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3196
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Reporter: Ken Hu
> Priority: Major
> Fix For: 3.8.0
>
>
> [This discuss
> thread|https://lists.apache.org/thread/nhv6sopypylpf2j1rb9tr7k9r8gjcdvt] and
> its subsequent
> [proposal|https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-scoping-5.asciidoc]
> outline semantic changes that should be made to the local() step. LocalStep
> should now be used as a way to control traverser flow and enable lazy
> evaluation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)