[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16165538#comment-16165538 ] ASF GitHub Bot commented on TINKERPOP-1782: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #714: TINKERPOP-1782 RangeByIsCountStrategy doesn't handle f...

2017-09-13 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/714 It breaks other parts of the code when you attempt to modify the parent traversal, in particular when you remove one or more steps. I don't remember where the exception was thrown, but it was an

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16165348#comment-16165348 ] ASF GitHub Bot commented on TINKERPOP-1782: --- Github user okram commented on a diff in the

[GitHub] tinkerpop pull request #714: TINKERPOP-1782 RangeByIsCountStrategy doesn't h...

2017-09-13 Thread okram
Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/714#discussion_r138748892 --- Diff: gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/RangeByIsCountStrategyTest.java --- @@ -99,6

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16165293#comment-16165293 ] ASF GitHub Bot commented on TINKERPOP-1782: --- GitHub user dkuppitz opened a pull request:

[GitHub] tinkerpop pull request #714: TINKERPOP-1782 RangeByIsCountStrategy doesn't h...

2017-09-13 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/714 TINKERPOP-1782 RangeByIsCountStrategy doesn't handle floating point numbers properly https://issues.apache.org/jira/browse/TINKERPOP-1782 Fixed a bug in `RangeByIsCountStrategy` that

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

2017-09-13 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16165026#comment-16165026 ] Daniel Kuppitz commented on TINKERPOP-1782: --- One more interesting observation: {noformat}

[jira] [Commented] (TINKERPOP-1746) Better error message on wrong ordering of emit()/until()/has()

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164945#comment-16164945 ] ASF GitHub Bot commented on TINKERPOP-1746: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #711: TINKERPOP-1746: Better error message on wrong ordering...

2017-09-13 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/711 Nvm, I just saw the ticket description (link is missing here and I was too lazy to look it up). VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1746) Better error message on wrong ordering of emit()/until()/has()

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164888#comment-16164888 ] ASF GitHub Bot commented on TINKERPOP-1746: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #711: TINKERPOP-1746: Better error message on wrong ordering...

2017-09-13 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/711 Which scenario would end up throwing this exception? Tried this: ``` gremlin> g = TinkerFactory.createModern().traversal() ==>graphtraversalsource[tinkergraph[vertices:6 edges:6],

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164879#comment-16164879 ] stephen mallette commented on TINKERPOP-1474: - ok - true - we could probably make that

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread Kevin Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164873#comment-16164873 ] Kevin Gallardo commented on TINKERPOP-1474: --- re: GraphSON: The GraphSON spec [as detailed

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164827#comment-16164827 ] stephen mallette commented on TINKERPOP-1474: - > So the only way to gather properties will

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread Kevin Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164774#comment-16164774 ] Kevin Gallardo commented on TINKERPOP-1474: --- So the only way to gather properties will be

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164753#comment-16164753 ] stephen mallette commented on TINKERPOP-1474: - > so is the goal for the Java GLV to have

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread Kevin Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164742#comment-16164742 ] Kevin Gallardo commented on TINKERPOP-1474: --- [~spmallette] so is the goal for the Java GLV

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

2017-09-13 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164724#comment-16164724 ] Daniel Kuppitz commented on TINKERPOP-1782: --- Another obscurity: {noformat} gremlin>

[jira] [Commented] (TINKERPOP-1463) Improve has(propertyKey, traversal)

2017-09-13 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164723#comment-16164723 ] Robert Dale commented on TINKERPOP-1463: Actually, now that I understand it, I think it makes

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

2017-09-13 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164714#comment-16164714 ] Daniel Kuppitz commented on TINKERPOP-1782: --- {noformat} gremlin>

[jira] [Created] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

2017-09-13 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1782: - Summary: RangeByIsCountStrategy doesn't handle floating point numbers properly Key: TINKERPOP-1782 URL: https://issues.apache.org/jira/browse/TINKERPOP-1782

[jira] [Commented] (TINKERPOP-1761) GremlinExecutor: Timeout future not cancelled on successful script evaluation

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164674#comment-16164674 ] ASF GitHub Bot commented on TINKERPOP-1761: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #709: TINKERPOP-1761: Cancel script evaluation timeout

2017-09-13 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/709 @ko-mueller thanks for submitting this. I just wanted to let you know that it may take some time to get this merged. Every time this area of code gets changed there is suffering, so I'd like

[GitHub] tinkerpop issue #704: TINKERPOP-1766 Gremlin.Net: Add handling for closed co...

2017-09-13 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/704 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1766) Gremlin.Net: Closed connections should not be re-used

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164670#comment-16164670 ] ASF GitHub Bot commented on TINKERPOP-1766: --- Github user spmallette commented on the issue:

[jira] [Commented] (TINKERPOP-1692) Bump to Neo4j 3.2.3

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164590#comment-16164590 ] ASF GitHub Bot commented on TINKERPOP-1692: --- Github user dkuppitz commented on the issue:

Re: [DISCUSS] Some JIRA adjustments

2017-09-13 Thread Stephen Mallette
That was my take - yes - i should have wrote that in my conclusion. I've already updated the current tickets to include both versions. don't think i missed any. On Wed, Sep 13, 2017 at 8:42 AM, Daniel Kuppitz wrote: > Do we agree now, that Fix Version should contain all

Re: [DISCUSS] Some JIRA adjustments

2017-09-13 Thread Daniel Kuppitz
Do we agree now, that Fix Version should contain all affected versions? Cheers, Daniel On Sep 13, 2017 5:11 AM, "Stephen Mallette" wrote: > Sorry for all the noise on the list with all those JIRA updates but I've > basically gotten our process changes into place at this

Re: [DISCUSS] Some JIRA adjustments

2017-09-13 Thread Stephen Mallette
Sorry for all the noise on the list with all those JIRA updates but I've basically gotten our process changes into place at this point. I've created the new language specific components and re-assigned all the old language-variants components - language-variants is no longer in use and has been

[jira] [Updated] (TINKERPOP-743) Support "barrier syntax" in step labels.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-743: --- Fix Version/s: (was: 3.2.7) > Support "barrier syntax" in step labels. >

[jira] [Updated] (TINKERPOP-1687) Record metrics around how long it gremlin script executions sit in executor queue waiting to be executed.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1687: Fix Version/s: (was: 3.2.7) > Record metrics around how long it gremlin

[jira] [Updated] (TINKERPOP-819) Mapping Cardinality Interface

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-819: --- Fix Version/s: (was: 3.2.7) > Mapping Cardinality Interface >

[jira] [Updated] (TINKERPOP-669) Consider Required TraversalStrategies

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-669: --- Fix Version/s: (was: 3.2.7) > Consider Required TraversalStrategies >

[jira] [Updated] (TINKERPOP-1757) GiraphGraphComputer does not start Zookeeper in local mode

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1757: Fix Version/s: (was: 3.3.1) (was: 3.2.7) >

[jira] [Updated] (TINKERPOP-1129) Make StarGraphGraphSONSerializer and connect it up with GraphFilter and GraphSONInputFormat

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1129: Fix Version/s: (was: 3.2.7) > Make StarGraphGraphSONSerializer and connect

[jira] [Updated] (TINKERPOP-1711) map(union(fold())) bug

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1711: Fix Version/s: (was: 3.2.7) > map(union(fold())) bug >

[jira] [Updated] (TINKERPOP-963) SubgraphTraversalAnalyzer to determine what is really required from a traversal.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-963: --- Fix Version/s: (was: 3.2.7) > SubgraphTraversalAnalyzer to determine what is

[jira] [Updated] (TINKERPOP-1717) Update name and link of DynamoDB storage backend in landing page

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1717: Fix Version/s: (was: 3.3.1) > Update name and link of DynamoDB storage

[jira] [Updated] (TINKERPOP-1187) Create a GraphComputer Tutorial

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1187: Fix Version/s: (was: 3.2.7) > Create a GraphComputer Tutorial >

[jira] [Updated] (TINKERPOP-967) Support nested-repeat() structures

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-967: --- Fix Version/s: (was: 3.2.7) > Support nested-repeat() structures >

[jira] [Updated] (TINKERPOP-1141) HadoopRemoteAcceptor is overly complicated. Simplify with ComputerResult as a SideEffect in OLAP Traversal.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1141: Fix Version/s: (was: 3.2.7) > HadoopRemoteAcceptor is overly complicated.

[jira] [Updated] (TINKERPOP-1074) More contractual testing/specifications around Persist and ResultGraph.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1074: Fix Version/s: (was: 3.2.7) > More contractual testing/specifications

[jira] [Updated] (TINKERPOP-1098) Local Filters

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1098: Fix Version/s: (was: 3.2.7) > Local Filters > - > >

[jira] [Updated] (TINKERPOP-878) Refactor Gremlin Server integration tests to be Client parameterized

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-878: --- Fix Version/s: (was: 3.3.1) > Refactor Gremlin Server integration tests to be

[jira] [Updated] (TINKERPOP-620) Commutative Step Marker interface

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-620: --- Fix Version/s: (was: 3.2.7) > Commutative Step Marker interface >

[jira] [Updated] (TINKERPOP-1535) Bump to support Giraph 1.2.0.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1535: Fix Version/s: (was: 3.3.1) > Bump to support Giraph 1.2.0. >

[jira] [Updated] (TINKERPOP-940) Convert LocalTraversals to MatchSteps in OLAP and Solve the StarGraph Problem

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-940: --- Fix Version/s: (was: 3.2.7) > Convert LocalTraversals to MatchSteps in OLAP

[jira] [Updated] (TINKERPOP-882) Develop a less error prone way for rewriting strategies

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-882: --- Fix Version/s: (was: 3.2.7) > Develop a less error prone way for rewriting

[jira] [Updated] (TINKERPOP-831) How should OLAP treat Collection objects? No contract is specified.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-831: --- Fix Version/s: (was: 3.2.7) > How should OLAP treat Collection objects? No

[jira] [Updated] (TINKERPOP-871) RuntimeStrategy as the general model for all such execution time rewrites/re-orders

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-871: --- Fix Version/s: (was: 3.2.7) > RuntimeStrategy as the general model for all

[jira] [Updated] (TINKERPOP-1343) A more efficient StarGraph serialization representation.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1343: Fix Version/s: (was: 3.3.1) > A more efficient StarGraph serialization

[jira] [Updated] (TINKERPOP-1346) Create custom ReferenceXXX GryoSerializers

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1346: Fix Version/s: (was: 3.3.1) > Create custom ReferenceXXX GryoSerializers >

[jira] [Updated] (TINKERPOP-1118) SparkGraphComputer should use StarGraph, not VertexWritable.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1118: Fix Version/s: (was: 3.3.1) > SparkGraphComputer should use StarGraph, not

[jira] [Updated] (TINKERPOP-1128) Change the Gryo serialization for StarGraph (Vertex, Properties, then Edges)

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1128: Fix Version/s: (was: 3.3.1) > Change the Gryo serialization for StarGraph

[jira] [Updated] (TINKERPOP-1515) One test suite to rule them all

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1515: Fix Version/s: (was: 3.3.1) > One test suite to rule them all >

[jira] [Updated] (TINKERPOP-1344) ReferenceYYYXXX for better message passing

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1344: Fix Version/s: (was: 3.3.1) > ReferenceYYYXXX for better message passing >

[jira] [Updated] (TINKERPOP-1122) StarGraph has a Long nextId. That is pointless and a waste of 64-bits.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1122: Fix Version/s: (was: 3.3.1) > StarGraph has a Long nextId. That is

[jira] [Closed] (TINKERPOP-1768) Bump to Jackson 2.8.10

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1768. --- Resolution: Done > Bump to Jackson 2.8.10 > -- > >

[jira] [Updated] (TINKERPOP-1326) Use KryoShim for serialization in VertexProgramHelper

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1326: Fix Version/s: (was: 3.3.1) > Use KryoShim for serialization in

[jira] [Closed] (TINKERPOP-1567) GraphSON deserialization fails with within('a')

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1567. --- Resolution: Fixed > GraphSON deserialization fails with within('a') >

[jira] [Closed] (TINKERPOP-1576) gremlin-python calls non-existent methods

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1576. --- Resolution: Fixed > gremlin-python calls non-existent methods >

[jira] [Reopened] (TINKERPOP-1576) gremlin-python calls non-existent methods

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1576: - > gremlin-python calls non-existent methods >

[jira] [Updated] (TINKERPOP-1635) gremlin-python: Duplicate serialization of element property in PropertySerializer

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1635: Component/s: (was: language-variant) python >

[jira] [Reopened] (TINKERPOP-1635) gremlin-python: Duplicate serialization of element property in PropertySerializer

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1635: - > gremlin-python: Duplicate serialization of element property in >

[jira] [Updated] (TINKERPOP-1576) gremlin-python calls non-existent methods

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1576: Component/s: (was: language-variant) python >

[jira] [Closed] (TINKERPOP-1635) gremlin-python: Duplicate serialization of element property in PropertySerializer

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1635. --- Resolution: Fixed > gremlin-python: Duplicate serialization of element property

[jira] [Reopened] (TINKERPOP-1567) GraphSON deserialization fails with within('a')

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1567: - > GraphSON deserialization fails with within('a') >

[jira] [Closed] (TINKERPOP-1665) Remove unittest from Gremlin-Python tests

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1665. --- Resolution: Fixed > Remove unittest from Gremlin-Python tests >

[jira] [Updated] (TINKERPOP-1567) GraphSON deserialization fails with within('a')

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1567: Component/s: (was: language-variant) python > GraphSON

[jira] [Updated] (TINKERPOP-1618) Remove groovy dependency from gremlin-python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1618: Component/s: (was: language-variant) python > Remove

[jira] [Closed] (TINKERPOP-1618) Remove groovy dependency from gremlin-python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1618. --- Resolution: Done > Remove groovy dependency from gremlin-python >

[jira] [Reopened] (TINKERPOP-1665) Remove unittest from Gremlin-Python tests

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1665: - > Remove unittest from Gremlin-Python tests >

[jira] [Updated] (TINKERPOP-1665) Remove unittest from Gremlin-Python tests

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1665: Component/s: (was: language-variant) python > Remove

[jira] [Reopened] (TINKERPOP-1523) A means of clarifying an explicit type in DSL with language variants

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1523: - > A means of clarifying an explicit type in DSL with language variants >

[jira] [Updated] (TINKERPOP-1425) Use trailing underscores in gremlin-python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1425: Component/s: (was: language-variant) python > Use trailing

[jira] [Closed] (TINKERPOP-1523) A means of clarifying an explicit type in DSL with language variants

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1523. --- Resolution: Won't Do > A means of clarifying an explicit type in DSL with

[jira] [Updated] (TINKERPOP-1523) A means of clarifying an explicit type in DSL with language variants

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1523: Component/s: (was: language-variant) process

[jira] [Closed] (TINKERPOP-1425) Use trailing underscores in gremlin-python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1425. --- Resolution: Fixed > Use trailing underscores in gremlin-python >

[jira] [Reopened] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1278: - > Implement Gremlin-Python and general purpose language variant test >

[jira] [Reopened] (TINKERPOP-1449) Streamline gremlin-python build

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1449: - > Streamline gremlin-python build > --- > >

[jira] [Closed] (TINKERPOP-1448) gremlin-python should be Python 2/3 compatible

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1448. --- Resolution: Fixed > gremlin-python should be Python 2/3 compatible >

[jira] [Reopened] (TINKERPOP-1425) Use trailing underscores in gremlin-python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1425: - > Use trailing underscores in gremlin-python >

[jira] [Updated] (TINKERPOP-1448) gremlin-python should be Python 2/3 compatible

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1448: Component/s: (was: language-variant) python >

[jira] [Updated] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1278: Component/s: (was: language-variant) python > Implement

[jira] [Closed] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1278. --- Resolution: Fixed > Implement Gremlin-Python and general purpose language variant

[jira] [Updated] (TINKERPOP-1449) Streamline gremlin-python build

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1449: Component/s: (was: language-variant) python > Streamline

[jira] [Closed] (TINKERPOP-1449) Streamline gremlin-python build

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1449. --- Resolution: Fixed > Streamline gremlin-python build >

[jira] [Reopened] (TINKERPOP-1448) gremlin-python should be Python 2/3 compatible

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1448: - > gremlin-python should be Python 2/3 compatible >

[jira] [Closed] (TINKERPOP-1444) Benchmark bytecode->Traversal creation and implement GremlinServer cache if necessary.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1444. --- Resolution: Fixed > Benchmark bytecode->Traversal creation and implement

[jira] [Updated] (TINKERPOP-1444) Benchmark bytecode->Traversal creation and implement GremlinServer cache if necessary.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1444: Component/s: (was: language-variant) > Benchmark bytecode->Traversal

[jira] [Closed] (TINKERPOP-1455) Provide String-based withStrategy()/withoutStrategy() for language variant usage

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1455. --- Resolution: Fixed > Provide String-based withStrategy()/withoutStrategy() for

[jira] [Reopened] (TINKERPOP-1455) Provide String-based withStrategy()/withoutStrategy() for language variant usage

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1455: - > Provide String-based withStrategy()/withoutStrategy() for language variant >

[jira] [Updated] (TINKERPOP-1486) Improve API of RemoteConnection

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1486: Component/s: (was: language-variant) > Improve API of RemoteConnection >

[jira] [Updated] (TINKERPOP-1455) Provide String-based withStrategy()/withoutStrategy() for language variant usage

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1455: Component/s: (was: language-variant) > Provide String-based

[jira] [Closed] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1507. --- Resolution: Fixed > Pick.any and Pick.none are not in GraphSON or Gremlin-Python

[jira] [Closed] (TINKERPOP-1486) Improve API of RemoteConnection

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1486. --- Resolution: Fixed > Improve API of RemoteConnection >

[jira] [Reopened] (TINKERPOP-1444) Benchmark bytecode->Traversal creation and implement GremlinServer cache if necessary.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1444: - > Benchmark bytecode->Traversal creation and implement GremlinServer cache if >

[jira] [Reopened] (TINKERPOP-1440) g:Path needs a GraphSON deserializer in Gremlin-Python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1440: - > g:Path needs a GraphSON deserializer in Gremlin-Python >

[jira] [Closed] (TINKERPOP-1440) g:Path needs a GraphSON deserializer in Gremlin-Python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1440. --- Resolution: Fixed > g:Path needs a GraphSON deserializer in Gremlin-Python >

[jira] [Updated] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1507: Component/s: (was: language-variant) python > Pick.any and

  1   2   >