vkagamlyk commented on PR #3118: URL: https://github.com/apache/tinkerpop/pull/3118#issuecomment-2875019246
> > Hi @vaibhavm99, will this change allow to save not the whole Path, but only the parts that are actually used? > > Hi @vkagamlyk , I'm sorry I don't understand what you mean by "the whole Path." This change should not have any breaking problems with older code, as it is just adding a new API. This would take in a traversal and provide us with the `label` and `Pop` info for the labels that are needed in that traversal. Hi @vaibhavm99! In some cases it is necessary to transfer Traversers between servers. Part of Traverser can be Path object that is larger than other Traverser parts. If we know in advance which parts of the path are used, then we can transfer only them. Path is list of pairs <label, value>, `getScopeKeys` can be used to get list of used labels. -- 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]
