[ https://issues.apache.org/jira/browse/TINKERPOP-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834417#comment-17834417 ]
ASF GitHub Bot commented on TINKERPOP-3068: ------------------------------------------- xiazcy commented on PR #2544: URL: https://github.com/apache/tinkerpop/pull/2544#issuecomment-2040476522 VOTE +1. I'll cherry pick the proper commit into the branch. > Make serviceName and mergedParams public for provider usage in CallStep > ----------------------------------------------------------------------- > > Key: TINKERPOP-3068 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3068 > Project: TinkerPop > Issue Type: Improvement > Components: process > Reporter: Saikiran Boga > Priority: Major > > When using CallStep, providers require access to the serviceName and the > merged params from CallStep for implementation. > > service name is currently private > [https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/CallStep.java#L63] > and merged params getter is protected > [https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/CallStep.java#L195] -- This message was sent by Atlassian Jira (v8.20.10#820010)