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

github-bot pushed a change to branch 
dependabot/pip/gremlin-python/src/main/python/3.6-dev/aiohttp-3.9.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard df31b30e24 Bump aiohttp from 3.8.0 to 3.9.3 in 
/gremlin-python/src/main/python
     add a2b2550838 TINKERPOP-3045: EarlyLimitStrategy is too aggresive to 
promote Limit and thus causing incorrect results 
https://issues.apache.org/jira/browse/TINKERPOP-3045
     add 0d119be3bb Follow-on to #2475 to fixup compile/test issues CTR
     add c7f3d2454a Drop use of unmodifiable map in arity predictor CTR
     add 4e8a8f95fa Bumped patch/minors in examples for python CTR
     add 1229a79910 Bump aiohttp from 3.8.0 to 3.9.3 in 
/gremlin-python/src/main/python

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (df31b30e24)
            \
             N -- N -- N   
refs/heads/dependabot/pip/gremlin-python/src/main/python/3.6-dev/aiohttp-3.9.3 
(1229a79910)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   1 +
 .../strategy/optimization/EarlyLimitStrategy.java  |   6 +-
 .../strategy/util/StepOutputArityPredictor.java    | 357 +++++++++++++++++++++
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   1 +
 gremlin-go/driver/cucumber/gremlin.go              |   1 +
 .../gremlin-javascript/test/cucumber/gremlin.js    |   1 +
 .../src/main/python/examples/requirements.txt      |   6 +-
 gremlin-python/src/main/python/radish/gremlin.py   |   1 +
 .../gremlin/test/features/filter/Range.feature     |  15 +-
 9 files changed, 384 insertions(+), 5 deletions(-)
 create mode 100644 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/util/StepOutputArityPredictor.java

Reply via email to