Failure to Build with Java 10.0.2

2018-11-14 Thread Atri Sharma
I am unable to build master branch with Java 10.0.2 on Mac OS Mojave. [ERROR] Failed to execute goal on project gremlin-core: Could not resolve dependencies for project org.apache.tinkerpop:gremlin-core:jar:3.4.0-SNAPSHOT: Could not find artifact com.sun:tools:jar:10.0.2 at specified path /Library

[jira] [Updated] (TINKERPOP-1980) Remove latest tag from tp33 branch

2018-11-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1980: Component/s: (was: server) (was: console)

[jira] [Commented] (TINKERPOP-1984) Allow support for multiple serializer versions in Gremlin Server HTTP

2018-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16687120#comment-16687120 ] ASF GitHub Bot commented on TINKERPOP-1984: --- spmallette closed pull request

[jira] [Assigned] (TINKERPOP-1984) Allow support for multiple serializer versions in Gremlin Server HTTP

2018-11-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reassigned TINKERPOP-1984: --- Assignee: stephen mallette > Allow support for multiple serializer versi

[jira] [Closed] (TINKERPOP-1984) Allow support for multiple serializer versions in Gremlin Server HTTP

2018-11-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1984. --- Resolution: Done Fix Version/s: 3.4.0 > Allow support for multiple seriali

[GitHub] [tinkerpop] spmallette closed pull request #987: TINKERPOP-1984 Enable GraphSON serializers to no longer conflict

2018-11-14 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/987 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

Re: JIRAS to start with

2018-11-14 Thread Atri Sharma
That makes sense. I will look at 1960 and 1643, and if I get blocked (I am very sure I will), I will holler here for help. On Wed, Nov 14, 2018 at 9:39 PM Stephen Mallette wrote: > > I can only assign JIRAs to official committers. But that's why I wanted to > discuss which items you were looking

Re: JIRAS to start with

2018-11-14 Thread Stephen Mallette
I can only assign JIRAs to official committers. But that's why I wanted to discuss which items you were looking at here - so that folks knew that those were being looked at. Of course, I doubt anyone is digging at those right now On Wed, Nov 14, 2018 at 10:19 AM Atri Sharma wrote: > Thanks,

Re: JIRAS to start with

2018-11-14 Thread Atri Sharma
Thanks, that should help me be started. Would it make sense to assign those to me? On Wed, Nov 14, 2018 at 7:16 PM Stephen Mallette wrote: > > Well - you like a challenge. :) > > while i was writing up a response about 1684, i learned that somewhere > along the line that it was fixed! I don't see

Re: Uniqueness of property ids

2018-11-14 Thread Daniel Kuppitz
Spark was the very first thing that failed - I think it was only the newly added test , but of course, the failure made sense as this query can't work if the parent element's id lost somewhere down the lin

[jira] [Closed] (TINKERPOP-1684) Improper results with union() in a by()

2018-11-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1684. --- Resolution: Cannot Reproduce Not sure when this was fixed but it can no longer be

Re: JIRAS to start with

2018-11-14 Thread Stephen Mallette
Well - you like a challenge. :) while i was writing up a response about 1684, i learned that somewhere along the line that it was fixed! I don't see that behavior anymore on any branch - here it is working on 3.2.10: gremlin> g.V(1).repeat(out()).emit().tree().by(union(__(),repeat(out()).emit().c

Re: JIRAS to start with

2018-11-14 Thread Atri Sharma
Thank you so much for the insightful pointers on how to start. I would love to look into the Neo4j upgrade process, but a personal objective is to improve Tinkerpop's OLAP capabilities. So I have very much gravitated towards the OLAP issues that you pointed to. To get warmed up a bit, I was think

Re: JIRAS to start with

2018-11-14 Thread Stephen Mallette
Thanks you for your interest. I would recommend that you start by having a look at our dev docs on "Ways to Contribute" http://tinkerpop.apache.org/docs/current/dev/developer/#_ways_to_contribute and for information on how to setup your "Development Environment" for TinkerPop. http://tinkerpop.a

[jira] [Updated] (TINKERPOP-1980) Remove latest tag from tp33 branch

2018-11-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1980: Priority: Minor (was: Trivial) > Remove latest tag from tp33 branch >

JIRAS to start with

2018-11-14 Thread Atri Sharma
Hi All, I am looking to get my hands dirty in the ways of Tinkerpop and get insights into the internals and how it actually works. Could someone point me to some JIRAs that I can hack on? I am looking specifically at the innards of how a query is processed e2e, so please advice. Atri