[
https://issues.apache.org/jira/browse/TINKERPOP-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18046736#comment-18046736
]
ASF GitHub Bot commented on TINKERPOP-3218:
-------------------------------------------
kenhuuu opened a new pull request, #3288:
URL: https://github.com/apache/tinkerpop/pull/3288
https://issues.apache.org/jira/browse/TINKERPOP-3218
VOTE +1
<!--
Thanks for contributing! Reminders:
+ TARGET the earliest branch where you want the change
3.7-dev -> 3.7.6 (non-breaking only)
3.8-dev -> 3.8.1 (non-breaking only)
master -> 4.0.0
+ Committers will MERGE the PR forward to newer versions
+ ADD entry to the CHANGELOG.asciidoc for the targeted version
Do not reference a JIRA number there
+ ADD JIRA number to title and link in description
+ PRs requires 3 +1s from committers OR
1 +1 and 7 day wait to merge.
+ MORE details: https://s.apache.org/rtnal
-->
> 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)