You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/21 19:08:00 UTC

[jira] [Commented] (TINKERPOP-2725) Traversal Strategy Mix Up In Gremlin-Python

    [ https://issues.apache.org/jira/browse/TINKERPOP-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510074#comment-17510074 ] 

ASF GitHub Bot commented on TINKERPOP-2725:
-------------------------------------------

vkagamlyk opened a new pull request #1590:
URL: https://github.com/apache/tinkerpop/pull/1590


   https://issues.apache.org/jira/browse/TINKERPOP-2725
   
   Description of changes:
   Traversal Strategy Mix Up In Gremlin-Python
   


-- 
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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Traversal Strategy Mix Up In Gremlin-Python
> -------------------------------------------
>
>                 Key: TINKERPOP-2725
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2725
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: python
>    Affects Versions: 3.5.2
>            Reporter: Lyndon Bauto
>            Priority: Major
>             Fix For: 3.5.3
>
>
> The following is in the Gremlin Python driver:
> {code:python}
> class ByModulatorOptimizationStrategy(TraversalStrategy):
>     def __init__(self):
>         TraversalStrategy.__init__(self, fqcn="org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.CountStrategy") 
> class CountStrategy(TraversalStrategy): 
>     def __init__(self): 
>         TraversalStrategy.__init__(self, fqcn="org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ByModulatorOptimizationStrategy"){code}
> {{ The strategies are backwards for their respective class.}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)