Merge branch 'TINKERPOP-1638' into tp32
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ab3c7e89 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ab3c7e89 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ab3c7e89 Branch: refs/heads/TINKERPOP-1612 Commit: ab3c7e8931b319d1bf2df4170cb857dda27ab8d1 Parents: ec8f81e 8312557 Author: Daniel Kuppitz <[email protected]> Authored: Mon Feb 27 19:41:43 2017 +0100 Committer: Daniel Kuppitz <[email protected]> Committed: Mon Feb 27 19:41:43 2017 +0100 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + .../optimization/RangeByIsCountStrategy.java | 45 ++++++++++++-------- .../traversal/util/DefaultTraversal.java | 3 +- .../RangeByIsCountStrategyTest.java | 23 ++++++---- .../traversal/step/map/GroovyCountTest.groovy | 5 +++ .../process/traversal/step/map/CountTest.java | 18 ++++++++ 6 files changed, 68 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ab3c7e89/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index 7998974,498d227..3dcb4cd --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -26,15 -26,12 +26,16 @@@ image::https://raw.githubusercontent.co TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Removed `HasTest.g_V_hasId_compilationEquality` from process test suite as it makes too many assumptions about provider compilation. * Deprecated `CustomizerProvider` infrastructure. +* Deprecated `PluginAcceptor` infrastructure. * Improved consistency of the application of bindings to `GremlinScriptEngine` implementations in the `BindingsGremlinPlugin`. +* Fixed a bug in OLAP `ComputerAwareStep` where end-step labels were not being appended to the traverser correctly. * Refactor `SparkContext` handler to support external kill and stop operations. * Fixed an optimization bug in `LazyBarrierStrategy` around appending barriers to the end of a `Traversal`. +* Fixed an optimization bug in `PathRetractionStrategy` around appending barriers to the end of a `Traversal`. * `TraverserIterator` in GremlinServer is smart to try and bulk traversers prior to network I/O. + * Fixed a bug in `RangeByIsCountStrategy` that changed the meaning of inner traversals. [[release-3-2-4]] TinkerPop 3.2.4 (Release Date: February 8, 2017)
