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

dkuppitz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from d82e3b5  Merge pull request #1053 from nastra/TINKERPOP-2147
     add 22d7b82  TINKERPOP-1882 Implemented `EarlyLimitStrategy`.
     add 1c957f7  Merge pull request #1040 from apache/TINKERPOP-1882
     new b52a1ff  Merge branch 'tp33'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                 |   1 +
 docs/src/upgrade/release-3.3.x.asciidoc            |  12 ++
 .../tinkerpop/gremlin/jsr223/CoreImports.java      |   2 +
 .../process/traversal/TraversalStrategies.java     |   2 +
 .../strategy/optimization/EarlyLimitStrategy.java  | 143 +++++++++++++++++++++
 .../strategy/optimization/LazyBarrierStrategy.java |   3 +-
 .../structure/io/graphson/GraphSONModule.java      |   5 +
 .../gremlin/structure/io/gryo/GryoVersion.java     |   3 +
 .../optimization/EarlyLimitStrategyTest.java       | 103 +++++++++++++++
 ...lineFilterStrategy.cs => EarlyLimitStrategy.cs} |   6 +-
 .../jython/gremlin_python/process/strategies.py    |   3 +
 .../gremlin/process/ProcessComputerSuite.java      |   4 +-
 .../gremlin/process/ProcessStandardSuite.java      |   4 +-
 .../EarlyLimitStrategyProcessTest.java             | 105 +++++++++++++++
 14 files changed, 390 insertions(+), 6 deletions(-)
 create mode 100644 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategy.java
 create mode 100644 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyTest.java
 copy 
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Strategy/Optimization/{InlineFilterStrategy.cs
 => EarlyLimitStrategy.cs} (84%)
 create mode 100644 
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.java

Reply via email to