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 2015/06/19 04:46:22 UTC

incubator-tinkerpop git commit: removed the WARNING that match() does not work in OLAP -- as now it does. Schweeeeet.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 71b19c492 -> 1e83f8782


removed the WARNING that match() does not work in OLAP -- as now it does. Schweeeeet.


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

Branch: refs/heads/master
Commit: 1e83f8782f9065d0ec3a526c640434be28fcf807
Parents: 71b19c4
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu Jun 18 20:46:14 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu Jun 18 20:46:14 2015 -0600

----------------------------------------------------------------------
 docs/src/the-traversal.asciidoc | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/1e83f878/docs/src/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/the-traversal.asciidoc b/docs/src/the-traversal.asciidoc
index 3d9a85e..39827bf 100644
--- a/docs/src/the-traversal.asciidoc
+++ b/docs/src/the-traversal.asciidoc
@@ -789,8 +789,6 @@ g.V().match('a',
         select('a','c').by('name')
 ----
 
-WARNING: Currently, `match()` does not operate within a multi-JVM <<graphcomputer,GraphComputer>> OLAP environment. Future work includes a linearization <<traversalstrategy,TraversalStrategy>> for `match()`.
-
 [[using-where-with-match]]
 Using Where with Match
 ^^^^^^^^^^^^^^^^^^^^^^