[jira] [Closed] (TINKERPOP-2957) mergeV with sideEffect not correctly updating properties

2023-07-18 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2957. --- Fix Version/s: 3.7.0 Resolution: Fixed > mergeV with sideEff

[jira] [Created] (TINKERPOP-2969) Introduce GraphSON 4.0 and GraphBinary 2.0

2023-07-14 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2969: --- Summary: Introduce GraphSON 4.0 and GraphBinary 2.0 Key: TINKERPOP-2969 URL: https://issues.apache.org/jira/browse/TINKERPOP-2969 Project: TinkerPop

[jira] [Closed] (TINKERPOP-2965) FilterRankingStrategy removing labels it shouldn't in certain conditions

2023-07-13 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2965. --- Fix Version/s: 3.7.0 3.5.7 3.6.5

[jira] [Created] (TINKERPOP-2967) Add untyped GraphSON 3.0 format

2023-07-13 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2967: --- Summary: Add untyped GraphSON 3.0 format Key: TINKERPOP-2967 URL: https://issues.apache.org/jira/browse/TINKERPOP-2967 Project: TinkerPop

Re: [DISCUSS] GraphSON 3.0 untyped

2023-07-13 Thread Stephen Mallette
untyped versions. 2. Reserve the listed changes for GraphSON 4.0/GraphBinary 2.0. We could probably use that opportunity to get rid of the JVM types. I'll create a few JIRAs and leave it at that for now. On Wed, Jul 12, 2023 at 12:44 PM Stephen Mallette wrote: > As a final th

[DISCUSS] GraphSON 3.0 untyped

2023-07-12 Thread Stephen Mallette
As a final thing in the serialization work I picked up, I think we need untyped GraphSON 3.0 to go along with 1.0 and 2.0 so basically: application/vnd.gremlin-v3.0+json;types=false I think it follows 1.0 untyped more closely than 2.0 untyped because 1.0 was much easier to consume. The basic

[jira] [Created] (TINKERPOP-2966) Change PythonTranslator to generate underscore based step naming

2023-07-12 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2966: --- Summary: Change PythonTranslator to generate underscore based step naming Key: TINKERPOP-2966 URL: https://issues.apache.org/jira/browse/TINKERPOP-2966

[DISCUSS] drop gremlin-io-test

2023-07-11 Thread Stephen Mallette
after finishing up that little merge and added bits for GraphSON I sorta realized that gremlin-io-test is bloating up the repo and i'm not sure it's adding much to what we want to test. i don't think it has caught any problems with serialization breaks because serialization probably hasn't changed

Re: [Discuss] Proposal to introduce new mime type to support non-typed Graphson-1.0

2023-07-11 Thread Stephen Mallette
Just wanted to point out that in discussion on the PR, the mime type has been changed from "sparse=true" to "typed=false" as it seems to better suit the format and matches the naming conventions we sort of already established. Going to make one more change in master to get everything wholly

[jira] [Assigned] (TINKERPOP-2963) Introduce new mimeType to return GraphSon-1.0 in text format

2023-07-11 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette reassigned TINKERPOP-2963: --- Component/s: io Affects Version/s: 3.6.4 Assignee

[jira] [Closed] (TINKERPOP-2963) Introduce new mimeType to return GraphSon-1.0 in text format

2023-07-11 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2963. --- Resolution: Done > Introduce new mimeType to return GraphSon-1.0 in text for

[jira] [Closed] (TINKERPOP-2920) SubgraphStrategy failure when property key not present on vertex in by()

2023-07-07 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2920. --- Fix Version/s: 3.7.0 3.5.7 3.6.5

Re: [DISCUSS] mergev() and Cardinality

2023-07-07 Thread Stephen Mallette
brought up to either of these items here, I'll create the necessary JIRAs for future versions. On Mon, Jun 26, 2023 at 10:58 AM Stephen Mallette wrote: > I pushed a branch here for this change: > > https://github.com/apache/tinkerpop/tree/TINKERPOP-2957 > > it crossed over into property(

[jira] [Created] (TINKERPOP-2965) FilterRankingStrategy removing labels it shouldn't in certain conditions

2023-07-06 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2965: --- Summary: FilterRankingStrategy removing labels it shouldn't in certain conditions Key: TINKERPOP-2965 URL: https://issues.apache.org/jira/browse/TINKERPOP-2965

[jira] [Updated] (TINKERPOP-2962) Exception Handling in Multi-Value Key Scenario for TinkerPop

2023-06-27 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2962: Component/s: (was: gremlint) Affects Version/s: 3.5.6

Re: [DISCUSS] mergev() and Cardinality

2023-06-26 Thread Stephen Mallette
methods on enums to work in the fashion of the grammar syntax. anyway, if there are no other ideas on how to do that, i'll document the various differences for the variants and issue the PR. On Fri, Jun 16, 2023 at 2:00 PM Stephen Mallette wrote: > Kelvin opened this one a while back: > &

[jira] [Closed] (TINKERPOP-2958) ScheduledExecutorService for timeouts are never cancelled

2023-06-21 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2958. --- Fix Version/s: 3.7.0 3.5.7 3.6.5

[jira] [Assigned] (TINKERPOP-2957) mergeV with sideEffect not correctly updating properties

2023-06-16 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette reassigned TINKERPOP-2957: --- Assignee: Stephen Mallette > mergeV with sideEffect not correc

[DISCUSS] mergev() and Cardinality

2023-06-16 Thread Stephen Mallette
Kelvin opened this one a while back: https://issues.apache.org/jira/browse/TINKERPOP-2957 I'd like to suggest this syntax to resolve the issue of Cardinality specification with mergeV(): // current approach to set cardinality g.mergeV([firstname:"john",lastname:"handcock"]).

[jira] [Closed] (TINKERPOP-2959) Allow the grammar to support parameters

2023-06-16 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2959. --- Fix Version/s: 3.7.0 Assignee: Stephen Mallette Resolution: Done

[jira] [Closed] (TINKERPOP-2937) Throw an error when trying to use a closed connection

2023-06-16 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2937. --- Fix Version/s: 3.7.0 3.5.7 3.6.5

[jira] [Closed] (TINKERPOP-2858) ConcurrentModificationException in ConnectiveStrategy

2023-06-16 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2858. --- Fix Version/s: 3.7.0 Assignee: Stephen Mallette Resolution: Fixed

[jira] [Commented] (TINKERPOP-2917) Please make specification of "valueMap()" step more index-friendly

2023-06-15 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733205#comment-17733205 ] Stephen Mallette commented on TINKERPOP-2917: - [~martin.haeusler] did you get a chance

[jira] [Updated] (TINKERPOP-2920) SubgraphStrategy failure when property key not present on vertex in by()

2023-06-15 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2920: Description: The following triggers the failure assuming "example&q

[jira] [Updated] (TINKERPOP-2920) SubgraphStrategy failure when property key not present on vertex in by()

2023-06-15 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2920: Description: The following triggers the failure assuming "example&q

[jira] [Closed] (TINKERPOP-2930) shouldContinueToEvalScriptsEvenWithTimedInterrupt is failing intermittently

2023-06-15 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2930. --- Resolution: Cannot Reproduce haven't seen this in a while and haven't been able

[jira] [Closed] (TINKERPOP-2955) Support SSL in WebSocketClient

2023-06-15 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2955. --- Fix Version/s: 3.7.0 3.5.7 3.6.5

[jira] [Updated] (TINKERPOP-2955) Support SSL in WebSocketClient

2023-06-15 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2955: Component/s: test-suite > Support SSL in WebSocketCli

[jira] [Commented] (TINKERPOP-2952) Error when overriding DSL methods

2023-06-14 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732522#comment-17732522 ] Stephen Mallette commented on TINKERPOP-2952: - ah, i was wondering i you had depth

[jira] [Closed] (TINKERPOP-2952) Error when overriding DSL methods

2023-06-14 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2952. --- Resolution: Not A Bug > Error when overriding DSL meth

[jira] [Created] (TINKERPOP-2959) Allow the grammar to support parameters

2023-06-13 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2959: --- Summary: Allow the grammar to support parameters Key: TINKERPOP-2959 URL: https://issues.apache.org/jira/browse/TINKERPOP-2959 Project: TinkerPop

[jira] [Commented] (TINKERPOP-2953) Static import for __.values() overriden by Column.values()

2023-06-13 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732049#comment-17732049 ] Stephen Mallette commented on TINKERPOP-2953: - mentioned again here with {{Operator.and

[jira] [Commented] (TINKERPOP-2952) Error when overriding DSL methods

2023-06-13 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732022#comment-17732022 ] Stephen Mallette commented on TINKERPOP-2952: - If you've gone so far to extend

[jira] [Closed] (TINKERPOP-2334) Add format() step

2023-06-05 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2334. --- Resolution: Won't Do given proposals for various string functions, i guess

[jira] [Closed] (TINKERPOP-2390) Connections not released when closed abruptly in the server side

2023-06-05 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2390. --- Resolution: Cannot Reproduce tried this with 3.5.7-SNAPSHOT and the test

[jira] [Updated] (TINKERPOP-2375) Text Predicates fail if they encounter non strings

2023-06-05 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2375: Priority: Critical (was: Minor) > Text Predicates fail if they encounter

[jira] [Closed] (TINKERPOP-2378) Make C# DSL to be more closer to standard (lower case extensions)

2023-06-05 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2378. --- Resolution: Won't Do > Make C# DSL to be more closer to standard (lower c

[jira] [Closed] (TINKERPOP-2400) Cannot retrieve node with `::` in label name

2023-06-05 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2400. --- Resolution: Won't Fix given the direction for TinkerGraph supporting

[jira] [Closed] (TINKERPOP-2497) Gremlin JS Serializer always empty [{}] with valueMap(), entitypMap()

2023-06-05 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2497. --- Resolution: Cannot Reproduce feel free to reopen if there is still an issue here

[jira] [Closed] (TINKERPOP-2545) Immutable bytecode

2023-06-05 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2545. --- Resolution: Won't Do {{gremlin-language}} is making bytecode sorta obsolete

[jira] [Closed] (TINKERPOP-2730) Gremlin Console fails to start on ARM Mac with x64 Java

2023-06-05 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2730. --- Resolution: Invalid JDK17 support is now available on {{master}} - 3.7.0

[jira] [Commented] (TINKERPOP-2952) Error when overriding DSL methods

2023-06-02 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17728819#comment-17728819 ] Stephen Mallette commented on TINKERPOP-2952: - i did experiment with a [rough patch

[jira] [Updated] (TINKERPOP-2952) Error when overriding DSL methods

2023-06-02 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2952: Attachment: dsl.patch > Error when overriding DSL meth

[jira] [Commented] (TINKERPOP-2952) Error when overriding DSL methods

2023-06-02 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17728817#comment-17728817 ] Stephen Mallette commented on TINKERPOP-2952: - sorry, it took some time for me to get

[jira] [Updated] (TINKERPOP-2954) Pass Gremlin Version from Maven to Java Without Manifests

2023-06-02 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2954: Priority: Critical (was: Major) > Pass Gremlin Version from Maven to J

[jira] [Created] (TINKERPOP-2956) Update gremlint version for the published application

2023-06-02 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2956: --- Summary: Update gremlint version for the published application Key: TINKERPOP-2956 URL: https://issues.apache.org/jira/browse/TINKERPOP-2956 Project

[jira] [Closed] (TINKERPOP-2873) Allow Union of Traversals

2023-05-25 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2873. --- Fix Version/s: 3.7.0 Resolution: Done done on: https://github.com/apache

[jira] [Closed] (TINKERPOP-2915) Provide a mechanism for __ to initialize a custom Traversal implementation

2023-05-25 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2915. --- Resolution: Workaround not sure there is much that can be changed here

[jira] [Closed] (TINKERPOP-2933) LazyBarrierStrategy affects the output order of query result

2023-05-25 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2933. --- Resolution: Not A Problem > LazyBarrierStrategy affects the output or

[jira] [Closed] (TINKERPOP-2947) Provide a plain text serializer for HTTP

2023-05-25 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2947. --- Fix Version/s: 3.7.0 3.6.5 Assignee: Stephen Mallette

[jira] [Updated] (TINKERPOP-2952) Error when overriding DSL methods

2023-05-25 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2952: Component/s: process how do you define your overriding DSL method? I did

[jira] [Created] (TINKERPOP-2953) Static import for __.values() overriden by Column.values()

2023-05-22 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2953: --- Summary: Static import for __.values() overriden by Column.values() Key: TINKERPOP-2953 URL: https://issues.apache.org/jira/browse/TINKERPOP-2953

[jira] [Commented] (TINKERPOP-2950) Dockerized server doesn't close gracefully

2023-05-18 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17723905#comment-17723905 ] Stephen Mallette commented on TINKERPOP-2950: - Is this issue related to TINKERPOP-2359

[jira] [Updated] (TINKERPOP-2937) Throw an error when trying to use a closed connection

2023-05-17 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2937: Issue Type: Bug (was: Improvement) > Throw an error when trying to

[jira] [Created] (TINKERPOP-2947) Provide a plain text serializer for HTTP

2023-05-10 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2947: --- Summary: Provide a plain text serializer for HTTP Key: TINKERPOP-2947 URL: https://issues.apache.org/jira/browse/TINKERPOP-2947 Project: TinkerPop

[jira] [Created] (TINKERPOP-2946) Resolve ordering issues in gherkin tests

2023-05-09 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2946: --- Summary: Resolve ordering issues in gherkin tests Key: TINKERPOP-2946 URL: https://issues.apache.org/jira/browse/TINKERPOP-2946 Project: TinkerPop

[jira] [Updated] (TINKERPOP-2935) Better extensibility around user supplied ids with certain test patterns for gherkin

2023-04-28 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2935: Attachment: StepDefinition.diff.txt > Better extensibility around u

[jira] [Created] (TINKERPOP-2935) Better extensibility around user supplied ids with certain test patterns for gherkin

2023-04-28 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2935: --- Summary: Better extensibility around user supplied ids with certain test patterns for gherkin Key: TINKERPOP-2935 URL: https://issues.apache.org/jira/browse

[jira] [Commented] (TINKERPOP-2933) LazyBarrierStrategy affects the output order of query result

2023-04-28 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17717623#comment-17717623 ] Stephen Mallette commented on TINKERPOP-2933: - Again, it's more than

[jira] [Commented] (TINKERPOP-2933) LazyBarrierStrategy affects the output order of query result

2023-04-27 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17717108#comment-17717108 ] Stephen Mallette commented on TINKERPOP-2933: - {{LazyBarrierStrategy}} is usually

[jira] [Commented] (TINKERPOP-2933) LazyBarrierStrategy affects the output order of query result

2023-04-26 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716667#comment-17716667 ] Stephen Mallette commented on TINKERPOP-2933: - Gremlin does not enforce order as most

[jira] [Closed] (TINKERPOP-2928) element() not working in conjunction with edge properties

2023-04-24 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2928. --- Fix Version/s: 3.7.0 3.6.3 Assignee: Stephen Mallette

[jira] [Commented] (TINKERPOP-2373) Bump to Groovy 4.0

2023-04-23 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715463#comment-17715463 ] Stephen Mallette commented on TINKERPOP-2373: - > Is there an anticipated release timel

[jira] [Updated] (TINKERPOP-2931) Fix a few minor mergeV/E issues

2023-04-23 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2931: Component/s: process Affects Version/s: 3.6.2 > Fix a few mi

[jira] [Created] (TINKERPOP-2930) shouldContinueToEvalScriptsEvenWithTimedInterrupt is failing intermittently

2023-04-21 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2930: --- Summary: shouldContinueToEvalScriptsEvenWithTimedInterrupt is failing intermittently Key: TINKERPOP-2930 URL: https://issues.apache.org/jira/browse/TINKERPOP-2930

[jira] [Created] (TINKERPOP-2928) element() not working in conjunction with edge properties

2023-04-20 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2928: --- Summary: element() not working in conjunction with edge properties Key: TINKERPOP-2928 URL: https://issues.apache.org/jira/browse/TINKERPOP-2928 Project

[jira] [Closed] (TINKERPOP-2855) Performance degradation in TinkerGraph 3.5.4 and 3.5.5

2023-04-20 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2855. --- Fix Version/s: 3.7.0 3.6.3 3.5.6

[jira] [Closed] (TINKERPOP-2888) DefaultTraversal's applyStrategies performance decrease

2023-04-20 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2888. --- Fix Version/s: 3.7.0 3.6.3 3.5.6

[jira] [Closed] (TINKERPOP-2924) Refactor PropertyMapStep to be able to overwrite map method

2023-04-17 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2924. --- Resolution: Fixed > Refactor PropertyMapStep to be able to overwrite map met

[jira] [Updated] (TINKERPOP-2924) Refactor PropertyMapStep to be able to overwrite map method

2023-04-17 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2924: Component/s: process (was: driver) > Refac

[jira] [Closed] (TINKERPOP-2924) Refactor PropertyMapStep to be able to overwrite map method

2023-04-17 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2924. --- Fix Version/s: 3.7.0 3.6.3 Assignee: Stephen Mallette

[jira] [Reopened] (TINKERPOP-2924) Refactor PropertyMapStep to be able to overwrite map method

2023-04-17 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette reopened TINKERPOP-2924: - > Refactor PropertyMapStep to be able to overwrite map met

[jira] [Created] (TINKERPOP-2925) mergeE() in javascript producing an error

2023-04-16 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2925: --- Summary: mergeE() in javascript producing an error Key: TINKERPOP-2925 URL: https://issues.apache.org/jira/browse/TINKERPOP-2925 Project: TinkerPop

[jira] [Closed] (TINKERPOP-2923) Connected predicates with where() not returning results

2023-04-15 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2923. --- Resolution: Not A Bug > Connected predicates with where() not returning resu

[jira] [Closed] (TINKERPOP-2922) GroovyTranslator produces a Map not parseable by the grammar

2023-04-14 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2922. --- Fix Version/s: 3.7.0 3.6.3 Assignee: Stephen Mallette

[jira] [Closed] (TINKERPOP-2878) Incorrect handling of local operations when there are duplicate elements

2023-04-13 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2878. --- Fix Version/s: 3.7.0 3.6.3 3.5.6

[jira] [Updated] (TINKERPOP-2923) Connected predicates with where() not returning results

2023-04-12 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2923: Description: There may be nothing wrong here, but I couldn't get this to work

[jira] [Created] (TINKERPOP-2923) Connected predicates with where() not returning results

2023-04-12 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2923: --- Summary: Connected predicates with where() not returning results Key: TINKERPOP-2923 URL: https://issues.apache.org/jira/browse/TINKERPOP-2923 Project

[jira] [Closed] (TINKERPOP-2912) Improve error message for addE() when traverser is incorrect

2023-04-10 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2912. --- Fix Version/s: 3.7.0 3.6.3 3.5.6

[jira] [Created] (TINKERPOP-2922) GroovyTranslator produces a Map not parseable by the grammar

2023-04-07 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2922: --- Summary: GroovyTranslator produces a Map not parseable by the grammar Key: TINKERPOP-2922 URL: https://issues.apache.org/jira/browse/TINKERPOP-2922

[jira] [Closed] (TINKERPOP-2856) math() step fails if variable name contains a keyword

2023-04-06 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2856. --- Fix Version/s: 3.7.0 3.6.3 3.5.6

[jira] [Closed] (TINKERPOP-2919) Improve performance of FilterRankingStrategy for deeply nested traversals

2023-04-06 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2919. --- Fix Version/s: 3.7.0 3.6.3 3.5.6

[jira] [Created] (TINKERPOP-2921) Filters not working when side-effect is used with group()

2023-04-04 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2921: --- Summary: Filters not working when side-effect is used with group() Key: TINKERPOP-2921 URL: https://issues.apache.org/jira/browse/TINKERPOP-2921 Project

[jira] [Closed] (TINKERPOP-2906) Query using coalesce adding the same vertex twice

2023-04-03 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette closed TINKERPOP-2906. --- Resolution: Not A Bug > Query using coalesce adding the same vertex tw

[jira] [Commented] (TINKERPOP-2906) Query using coalesce adding the same vertex twice

2023-04-03 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17708048#comment-17708048 ] Stephen Mallette commented on TINKERPOP-2906: - I think what you're seeing here

[jira] [Commented] (TINKERPOP-2916) Documentation of the TinkerPop standard for providers

2023-04-03 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17708001#comment-17708001 ] Stephen Mallette commented on TINKERPOP-2916: - More documentation is always a good goal

[jira] [Updated] (TINKERPOP-2916) Documentation of the TinkerPop standard for providers

2023-04-03 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2916: Issue Type: Improvement (was: New Feature) > Documentation of the Tinker

[jira] [Commented] (TINKERPOP-2917) Please make specification of "valueMap()" step more index-friendly

2023-04-03 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17707997#comment-17707997 ] Stephen Mallette commented on TINKERPOP-2917: - Are you saying

[jira] [Created] (TINKERPOP-2920) SubgraphStrategy failure when property key not present on vertex in by()

2023-04-01 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2920: --- Summary: SubgraphStrategy failure when property key not present on vertex in by() Key: TINKERPOP-2920 URL: https://issues.apache.org/jira/browse/TINKERPOP-2920

[jira] [Commented] (TINKERPOP-2816) Gherkin test issues for implementers

2023-03-31 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17707413#comment-17707413 ] Stephen Mallette commented on TINKERPOP-2816: - for the issue with {{coin()}}: https

[jira] [Created] (TINKERPOP-2919) Improve performance of FilterRankingStrategy for deeply nested traversals

2023-03-31 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2919: --- Summary: Improve performance of FilterRankingStrategy for deeply nested traversals Key: TINKERPOP-2919 URL: https://issues.apache.org/jira/browse/TINKERPOP-2919

[jira] [Created] (TINKERPOP-2915) Provide a mechanism for __ to initialize a custom Traversal implementation

2023-03-25 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2915: --- Summary: Provide a mechanism for __ to initialize a custom Traversal implementation Key: TINKERPOP-2915 URL: https://issues.apache.org/jira/browse/TINKERPOP-2915

[jira] [Updated] (TINKERPOP-2832) Nature of sessions and driver reconnect allow bytecode transactions to appear to remain open

2023-03-24 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2832: Priority: Major (was: Critical) > Nature of sessions and driver reconn

[jira] [Updated] (TINKERPOP-2911) CountStrategy converts count().is(0) wrongly under ConnectiveStrategy

2023-03-24 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2911: Fix Version/s: (was: 3.6.3) > CountStrategy converts count().is(0) wron

[jira] [Updated] (TINKERPOP-2424) Reduce chance for OOME with large results to Java driver

2023-03-24 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2424: Priority: Major (was: Critical) > Reduce chance for OOME with large resu

[jira] [Updated] (TINKERPOP-2913) Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions

2023-03-24 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2913: Description: Javascript has been reported to hang if you do a {{tx.commit

[jira] [Created] (TINKERPOP-2913) Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions

2023-03-24 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2913: --- Summary: Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions Key: TINKERPOP-2913 URL: https://issues.apache.org/jira

[jira] [Created] (TINKERPOP-2912) Improve error message for addE() when traverser is incorrect

2023-03-23 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2912: --- Summary: Improve error message for addE() when traverser is incorrect Key: TINKERPOP-2912 URL: https://issues.apache.org/jira/browse/TINKERPOP-2912

[jira] [Commented] (TINKERPOP-2851) TinkerPop could not deal with correct path traversal results

2023-03-16 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17701310#comment-17701310 ] Stephen Mallette commented on TINKERPOP-2851: - You have to be careful with {{repeat

[jira] [Commented] (TINKERPOP-2895) Merged query using logical operator AND returns false results

2023-03-16 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17701219#comment-17701219 ] Stephen Mallette commented on TINKERPOP-2895: - > So do you mean I need to do it l

<    1   2   3   4   5   6   7   8   9   10   >