[GitHub] tinkerpop pull request #856: Fixed typo in JavaDoc: TraversalEngine

2018-04-24 Thread justinchuch
GitHub user justinchuch opened a pull request: https://github.com/apache/tinkerpop/pull/856 Fixed typo in JavaDoc: TraversalEngine Fixed typo in JavaDoc: TraversalEngine You can merge this pull request into a Git repository by running: $ git pull

[GitHub] tinkerpop issue #843: TINKERPOP-1947 Fixed path history problem with mutatio...

2018-04-24 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/843 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1947) Path history isn't preserved for keys in mutations

2018-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16451479#comment-16451479 ] ASF GitHub Bot commented on TINKERPOP-1947: --- Github user dkuppitz commented on the issue:

[jira] [Commented] (TINKERPOP-1946) Remove the deprecated Credentials DSL infrastructure

2018-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16451475#comment-16451475 ] ASF GitHub Bot commented on TINKERPOP-1946: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #848: TINKERPOP-1946 Removed old version of Credentials DSL

2018-04-24 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/848 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1953) Bump to Groovy 2.4.15

2018-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16451473#comment-16451473 ] ASF GitHub Bot commented on TINKERPOP-1953: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #853: TINKERPOP-1953 Bump to Groovy 2.4.15

2018-04-24 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/853 VOTE: +1 ---

[GitHub] tinkerpop issue #855: TINKERPOP-1950 Cached global strategy lookups during t...

2018-04-24 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/855 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1950) Traversal construction performance enhancements

2018-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16451471#comment-16451471 ] ASF GitHub Bot commented on TINKERPOP-1950: --- Github user dkuppitz commented on the issue:

[jira] [Commented] (TINKERPOP-1950) Traversal construction performance enhancements

2018-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16451366#comment-16451366 ] ASF GitHub Bot commented on TINKERPOP-1950: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #855: TINKERPOP-1950 Cached global strategy lookups d...

2018-04-24 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/855 TINKERPOP-1950 Cached global strategy lookups during traversal construction https://issues.apache.org/jira/browse/TINKERPOP-1950 This change leads to a 1.5x to 2x speed improvement in

Re: [DISCUSS] Depth First Repeat step

2018-04-24 Thread Keith Lohnes
Yeah, that's what I meant. The steps inside are replaced with some JanusGraph stuff. Cheers, Keith On Tue, Apr 24, 2018 at 1:52 PM pieter gmail wrote: > Nah, that looks to me like the RepeatStep survived. Just the nested > VertexStep that got replaced with

Re: [DISCUSS] Depth First Repeat step

2018-04-24 Thread pieter gmail
Nah, that looks to me like the RepeatStep survived. Just the nested VertexStep that got replaced with JanusgraphVertexStep. Good for them, first prize is not replacing anything. Cheers Pieter On 24/04/2018 19:50, Keith Lohnes wrote: It looks like it, `g.V().has("foo",

Re: [DISCUSS] Depth First Repeat step

2018-04-24 Thread Keith Lohnes
It looks like it, `g.V().has("foo", "bar").repeat(out()).emit().explain()` yields `[JanusGraphStep([],[foo.eq(bar)]), RepeatStep([JanusGraphVertexStep(OUT,vertex), RepeatEndStep],until(false),emit(true))]` On Tue, Apr 24, 2018 at 12:12 PM pieter gmail wrote: > Hi, >

[jira] [Commented] (TINKERPOP-1804) Has step doesn't consider strategy vertexProperty filters

2018-04-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16450253#comment-16450253 ] stephen mallette commented on TINKERPOP-1804: - I wonder if there's a reasonably way to

Re: [DISCUSS] Depth First Repeat step

2018-04-24 Thread pieter gmail
Hi, Sqlg completely replaces TinkerPop's RepeatStep. The idea being that with g.V().repeat(out()).times(x) only x round trips to the db is needed regardless of the size of the graph. Each time it will go to the db with the full set of the previous step's incoming starts. But yeah

[jira] [Commented] (TINKERPOP-1933) gremlin-python maximum recursion depth exceeded on large responses

2018-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16450023#comment-16450023 ] ASF GitHub Bot commented on TINKERPOP-1933: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #854: TINKERPOP-1933 gremlin-python maximum recursion depth ...

2018-04-24 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/854 Builds with `mvn clean install -DskipTests && mvn verify -pl gremlin-python -DskipIntegrationTests=false` - I don't think you need a test for this necessarily. VOTE +1 ---

[jira] [Closed] (TINKERPOP-1579) Resolve naming collisions for static imports in the Gremlin language

2018-04-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1579. --- Resolution: Won't Do After a fair bit of thought, I don't think there's much we

Re: [DISCUSS] Depth First Repeat step

2018-04-24 Thread Keith Lohnes
Pieter, If you take a look at https://github.com/apache/tinkerpop/pull/838 DFS is implemented as a modification to BFS. It's taking the starts that come in from a BFS and stashing them to be processed later. I haven't seen a big performance difference on JanusGraph; At least for the queries that

[GitHub] tinkerpop pull request #851: Improve JavaScript Gremlin documentation

2018-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/851 ---

[GitHub] tinkerpop issue #851: Improve JavaScript Gremlin documentation

2018-04-24 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/851 Indeed, VOTE +1 :) ---