You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by dkuppitz <gi...@git.apache.org> on 2015/02/13 23:27:39 UTC

[GitHub] incubator-tinkerpop pull request: worked on local barrier steps

GitHub user dkuppitz opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/13

    worked on local barrier steps

    * simplified local barrier steps
    * added `dedup(local)` and `sample(local)`
    * added tests for `min(local)`, `max(local)`, `mean(local)`, `sum(local)`, `dedup(local)` and `sample(local)`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dkuppitz/incubator-tinkerpop local

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/13.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13
    
----
commit 8226a0be8e725026d6ad7fdba4d05c0e66ec68d2
Author: Daniel Kuppitz <da...@hotmail.com>
Date:   2015-02-13T15:34:04Z

    simplified local aggregation steps

commit 2f679ab6b316353291aa150fc697a5e0eccb3789
Author: Daniel Kuppitz <da...@hotmail.com>
Date:   2015-02-13T15:41:24Z

    renamed LocalAggregateStep to LocalBarrierStep

commit 3d4335b15734f0ecd33a07006a8b88b1987e3598
Author: Daniel Kuppitz <da...@hotmail.com>
Date:   2015-02-13T17:59:47Z

    added tests for `min(local)`, `max(local)`, `mean(local)` and `sum(local)`

commit 1e85ddfa95c3dbac59f4fd3707e2d747bf3f6919
Author: Daniel Kuppitz <da...@hotmail.com>
Date:   2015-02-13T20:44:32Z

    fixed return type

commit a40babe22fec50507c6a536cfc00e70a733ba53b
Author: Daniel Kuppitz <da...@hotmail.com>
Date:   2015-02-13T21:53:01Z

    Added `dedup(local)` and `sample(local)`.

commit 962150e77fffa65f3abde9ed207f09f3a4857a92
Author: Daniel Kuppitz <da...@hotmail.com>
Date:   2015-02-13T22:24:47Z

    Merge branch 'master' into local
    
    Resolved Conflicts:
    	CHANGELOG.asciidoc
    	gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/graph/traversal/step/filter/GroovySampleTest.groovy
    	gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/ProcessComputerSuite.java
    	gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/step/filter/SampleTest.java
    	tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-tinkerpop pull request: worked on local barrier steps

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-tinkerpop/pull/13


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---