[
https://issues.apache.org/jira/browse/TINKERPOP-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18046738#comment-18046738
]
ASF GitHub Bot commented on TINKERPOP-3218:
-------------------------------------------
Cole-Greer commented on PR #3288:
URL: https://github.com/apache/tinkerpop/pull/3288#issuecomment-3676791447
VOTE +1 (pending actions passing)
> Emit before repeat with barrier doesn't emit
> --------------------------------------------
>
> Key: TINKERPOP-3218
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3218
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.8.0
> Reporter: Ken Hu
> Priority: Major
>
> emit().repeat(...Barrier...) pattern is no longer working because of a change
> to RepeatStep that doesn't pass the emitTraverser on.
> {code:java}
> gremlin> g.V().emit().repeat(__.dedup()).times(2)
> // no results when results are expected{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)