vaibhavm99 commented on PR #3118: URL: https://github.com/apache/tinkerpop/pull/3118#issuecomment-2874886826
> Hi @vaibhavm99, thanks for opening a PR! I should have time to give it a full review by Monday at the latest. Could I ask a bit about the motivation for the new `getScopingInfo()` method? The label functionality is mostly covered by `getScopeKeys()`, is the main objective to give some common interface for finding the Pop value of "select" type steps? Is this change in response to any difficulties with the current interface? `getScopeKeys` only gives us a List of labels needed, but does not contain the `Pop` info. This is a common interface to get both `label` and the `Pop` value for all the labels needed. This is to provide label information inside the repeat step during the Neptune FastTranslation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
