You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2023/07/13 20:01:59 UTC

[tinkerpop] branch 3.6-dev updated (5e1e1195af -> 9f22a71292)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 5e1e1195af CTR Fix broken link in reference docs
     add 309e332b2e TINKERPOP-2965 Fixed bug in FilterRankingStrategy
     add 9f22a71292 Merge branch '3.5-dev' into 3.6-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../optimization/FilterRankingStrategy.java        | 33 ++++++++++++-----
 .../HasNextStep.java => util/DepthComparator.java} | 30 ++++++++-------
 .../process/traversal/util/TraversalHelper.java    | 35 ++++++++++++++++++
 .../traversal/util/TraversalHelperTest.java        | 43 +++++++++++++++++++++-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  2 +
 gremlin-go/driver/cucumber/gremlin.go              |  2 +
 .../gremlin-javascript/test/cucumber/gremlin.js    |  2 +
 gremlin-python/src/main/python/radish/gremlin.py   |  2 +
 .../gremlin/test/features/filter/Where.feature     | 36 ++++++++++++++++++
 10 files changed, 162 insertions(+), 24 deletions(-)
 copy gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/{step/map/HasNextStep.java => util/DepthComparator.java} (56%)