You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/05/06 16:14:17 UTC

incubator-tinkerpop git commit: can't easily cherry pick the TraveralHelper.isLocalStarGraph() work to tp31/ as it uses lots of new 3.2.0 interfaces for the inference. Updating CHANGELOG to say the work is in 3.2.1.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master e560970f4 -> 8968c56b6


can't easily cherry pick the TraveralHelper.isLocalStarGraph() work to tp31/ as it uses lots of new 3.2.0 interfaces for the inference. Updating CHANGELOG to say the work is in 3.2.1.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/8968c56b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/8968c56b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/8968c56b

Branch: refs/heads/master
Commit: 8968c56b650d7d4d5c18d5d9363f1e37fb74d429
Parents: e560970
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri May 6 10:14:13 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri May 6 10:14:13 2016 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8968c56b/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 0491bac..4fa980b 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.2.1 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Increased the testing and scope of `TraversalHelper.isLocalStarGraph()`.
 * Added `VertexProgramInterceptor` interface as a general pattern for `GraphComputer` providers to use for bypassing `GraphComputer` semantics where appropriate.
 * Added `SparkStarBarrierInterceptor` that uses Spark DSL for local star graph traversals that end with a `ReducingBarrierStep`.
 * Added `SparkInterceptorStrategy` which identifies which interceptor to use (if any) given the submitted `VertexProgram`.