[
https://issues.apache.org/jira/browse/TINKERPOP-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501110#comment-16501110
]
ASF GitHub Bot commented on TINKERPOP-1975:
-------------------------------------------
Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/871#discussion_r192922149
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/jsr223/CoreImports.java
---
@@ -260,6 +261,7 @@
CLASS_IMPORTS.add(PeerPressureVertexProgram.class);
CLASS_IMPORTS.add(PageRankMapReduce.class);
CLASS_IMPORTS.add(PageRankVertexProgram.class);
+ CLASS_IMPORTS.add(PageRankVertexProgramStep.PageRank.class);
--- End diff --
I think `PeerPressureVertexProgramStep.PeerPressure` should be a core
import too.
> Introduce with() step modulator
> -------------------------------
>
> Key: TINKERPOP-1975
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1975
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.3.3
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
> Labels: breaking
> Fix For: 3.4.0
>
>
> The {{with()}} step modulator provides a general way to provide
> configurations to steps in much the same way {{withStrategies()}} or
> {{withSideEffects()}} are used to configure traversals.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)