[jira] [Updated] (TINKERPOP-1777) Gremlin .max step returns -2147483648 for empty result sets

2017-09-11 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated TINKERPOP-1777: - Description: To reproduce: {code}gremlin> g.V().values('test').max()

[jira] [Updated] (TINKERPOP-1777) Gremlin .max step returns -2147483648 for empty result sets

2017-09-11 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated TINKERPOP-1777: - Description: To reproduce: {quote}gremlin> g.V().values('test').max()

[jira] [Updated] (TINKERPOP-1777) Gremlin .max step returns -2147483648 for empty result sets

2017-09-11 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated TINKERPOP-1777: - Description: To reproduce: {{gremlin> g.V().values('test').max()

[jira] [Updated] (TINKERPOP-1777) Gremlin .max step returns -2147483648 for empty result sets

2017-09-11 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated TINKERPOP-1777: - Description: To reproduce: {{ gremlin> g.V().values('test').max()

[jira] [Updated] (TINKERPOP-1777) Gremlin .max step returns -2147483648 for empty result sets

2017-09-11 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated TINKERPOP-1777: - Description: To reproduce: {{code}} gremlin> g.V().values('test').max()

[jira] [Updated] (TINKERPOP-1777) Gremlin .max step returns -2147483648 for empty result sets

2017-09-11 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated TINKERPOP-1777: - Description: To reproduce: gremlin> g.V().values('test').max()

[jira] [Commented] (TINKERPOP-1777) Gremlin .max step returns -2147483648 for empty result sets

2017-09-11 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16161914#comment-16161914 ] Marko A. Rodriguez commented on TINKERPOP-1777: --- Perhaps throw a

[jira] [Updated] (TINKERPOP-1777) Gremlin .max step returns -2147483648 for empty result sets

2017-09-11 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated TINKERPOP-1777: - Summary: Gremlin .max step returns -2147483648 for empty result sets (was:

[jira] [Created] (TINKERPOP-1777) Gremlin .max steps returns -2147483648 for empty result sets

2017-09-11 Thread Sebastian Estevez (JIRA)
Sebastian Estevez created TINKERPOP-1777: Summary: Gremlin .max steps returns -2147483648 for empty result sets Key: TINKERPOP-1777 URL: https://issues.apache.org/jira/browse/TINKERPOP-1777

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

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

[GitHub] tinkerpop pull request #711: TINKERPOP-1746: Better error message on wrong o...

2017-09-11 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/tinkerpop/pull/711 TINKERPOP-1746: Better error message on wrong ordering of emit()/until()/has() Simply added a proper error message when `repeatTraversal` is null. This provides a better user experience than

[jira] [Closed] (TINKERPOP-1756) Provide a way to easily mock a RemoteConnection for tests

2017-09-11 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1756. --- Resolution: Done Assignee: stephen mallette Fix Version/s: 3.3.1

[jira] [Commented] (TINKERPOP-1756) Provide a way to easily mock a RemoteConnection for tests

2017-09-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16161642#comment-16161642 ] ASF GitHub Bot commented on TINKERPOP-1756: --- Github user asfgit closed the pull request at:

[GitHub] tinkerpop pull request #703: TINKERPOP-1756 Added an EmbeddedRemoteConnectio...

2017-09-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/703 ---

[jira] [Created] (TINKERPOP-1776) TraversalSource missing some strategies

2017-09-11 Thread Robert Dale (JIRA)
Robert Dale created TINKERPOP-1776: -- Summary: TraversalSource missing some strategies Key: TINKERPOP-1776 URL: https://issues.apache.org/jira/browse/TINKERPOP-1776 Project: TinkerPop Issue

[jira] [Commented] (TINKERPOP-1756) Provide a way to easily mock a RemoteConnection for tests

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

[GitHub] tinkerpop issue #703: TINKERPOP-1756 Added an EmbeddedRemoteConnection.

2017-09-11 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/703 VOTE +1 ---

[GitHub] tinkerpop pull request #710: TINKERPOP-1730 Gremlin .NET: add support for Gr...

2017-09-11 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/710#discussion_r138113216 --- Diff: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/SideEffectTests.cs --- @@ -129,10 +139,8 @@

[jira] [Commented] (TINKERPOP-1730) Gremlin .NET support for GraphSON 3.0

2017-09-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16161506#comment-16161506 ] ASF GitHub Bot commented on TINKERPOP-1730: --- Github user FlorianHockmann commented on a diff

[jira] [Commented] (TINKERPOP-1730) Gremlin .NET support for GraphSON 3.0

2017-09-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16161503#comment-16161503 ] ASF GitHub Bot commented on TINKERPOP-1730: --- Github user FlorianHockmann commented on a diff

[jira] [Commented] (TINKERPOP-1730) Gremlin .NET support for GraphSON 3.0

2017-09-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16161505#comment-16161505 ] ASF GitHub Bot commented on TINKERPOP-1730: --- Github user FlorianHockmann commented on a diff

[GitHub] tinkerpop pull request #710: TINKERPOP-1730 Gremlin .NET: add support for Gr...

2017-09-11 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/710#discussion_r138116451 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/Messages/ResponseResult.cs --- @@ -23,13 +23,14 @@ using System.Collections.Generic;

[GitHub] tinkerpop pull request #710: TINKERPOP-1730 Gremlin .NET: add support for Gr...

2017-09-11 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/710#discussion_r138111430 --- Diff: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/GraphTraversalTests.cs --- @@ -102,9 +102,9

[GitHub] tinkerpop pull request #710: TINKERPOP-1730 Gremlin .NET: add support for Gr...

2017-09-11 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/710#discussion_r138109326 --- Diff: gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/Path3Deserializer.cs --- @@ -0,0 +1,45 @@ +#region License + +/*

[jira] [Commented] (TINKERPOP-1730) Gremlin .NET support for GraphSON 3.0

2017-09-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16161504#comment-16161504 ] ASF GitHub Bot commented on TINKERPOP-1730: --- Github user FlorianHockmann commented on a diff

Re: GraphSON3 collections and subtypes

2017-09-11 Thread Stephen Mallette
Mixed types would be the problem - that's why objects within the List/Map have types embedded within them. On Mon, Sep 11, 2017 at 12:01 PM, Robert Dale wrote: > I'm not sure that's feasible since any list or map could contain mixed > types. Maybe I don't understand the use

Re: GraphSON3 collections and subtypes

2017-09-11 Thread Robert Dale
I'm not sure that's feasible since any list or map could contain mixed types. Maybe I don't understand the use case. Robert Dale On Mon, Sep 11, 2017 at 11:27 AM, Jorge Bay Gondra wrote: > Hi, > The new GraphSON3 g:List, g:Set and g:Map definitions are an

GraphSON3 collections and subtypes

2017-09-11 Thread Jorge Bay Gondra
Hi, The new GraphSON3 g:List, g:Set and g:Map definitions are an improvement over js arrays and associative arrays, but they doesn't provide the child type information. We could add support for chid type info, something like "g:List" or "g:Map". For typed languages, it would

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

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

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

2017-09-11 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/709 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1730) Gremlin .NET support for GraphSON 3.0

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

[GitHub] tinkerpop pull request #710: TINKERPOP-1730 Gremlin .NET: add support for Gr...

2017-09-11 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/710 TINKERPOP-1730 Gremlin .NET: add support for GraphSON3 https://issues.apache.org/jira/browse/TINKERPOP-1730 You can merge this pull request into a Git repository by running: $ git pull

Re: [DISCUSS] Some JIRA adjustments

2017-09-11 Thread Jorge Bay Gondra
I'm +1 on adding all fix versions that it was applied to. I'm +1 on adding a component per GLV. On Mon, Sep 11, 2017 at 1:07 PM, Robert Dale wrote: > +1 for labeling all versions applied to > > > > Robert Dale > > On Mon, Sep 11, 2017 at 6:46 AM, Stephen Mallette

Re: [DISCUSS] Some JIRA adjustments

2017-09-11 Thread Robert Dale
+1 for labeling all versions applied to Robert Dale On Mon, Sep 11, 2017 at 6:46 AM, Stephen Mallette wrote: > I thought about the "Fix version" situation - I guess I don't really care > which way we do it so long as it is consistent. If it is more intuitive to >

Re: [DISCUSS] Some JIRA adjustments

2017-09-11 Thread Stephen Mallette
I thought about the "Fix version" situation - I guess I don't really care which way we do it so long as it is consistent. If it is more intuitive to everyone to add all the versions that a fix went in on then i'm fine to do that. However, I do think the CHANGELOG is cleaner to look at without all

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

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

[GitHub] tinkerpop pull request #709: TINKERPOP-1761: Cancel script evaluation timeou...

2017-09-11 Thread ko-mueller
GitHub user ko-mueller opened a pull request: https://github.com/apache/tinkerpop/pull/709 TINKERPOP-1761: Cancel script evaluation timeout https://issues.apache.org/jira/browse/TINKERPOP-1761 I basically added the code again which was wrongly removed in TINKERPOP-1714,

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

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

[jira] [Updated] (TINKERPOP-1775) Gremlin .NET: Implement a Connection write queue to support request pipelining

2017-09-11 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Bay updated TINKERPOP-1775: - Component/s: language-variant > Gremlin .NET: Implement a Connection write queue to support

[jira] [Created] (TINKERPOP-1775) Gremlin .NET: Implement a Connection write queue to support request pipelining

2017-09-11 Thread Jorge Bay (JIRA)
Jorge Bay created TINKERPOP-1775: Summary: Gremlin .NET: Implement a Connection write queue to support request pipelining Key: TINKERPOP-1775 URL: https://issues.apache.org/jira/browse/TINKERPOP-1775

[jira] [Created] (TINKERPOP-1774) Gremlin .NET: Support min and max sizes in Connection pool

2017-09-11 Thread Jorge Bay (JIRA)
Jorge Bay created TINKERPOP-1774: Summary: Gremlin .NET: Support min and max sizes in Connection pool Key: TINKERPOP-1774 URL: https://issues.apache.org/jira/browse/TINKERPOP-1774 Project: TinkerPop