[jira] [Created] (TINKERPOP-2986) StarGraph shall drop edge properties when dropping edges

2023-08-16 Thread Boxuan Li (Jira)
Boxuan Li created TINKERPOP-2986: Summary: StarGraph shall drop edge properties when dropping edges Key: TINKERPOP-2986 URL: https://issues.apache.org/jira/browse/TINKERPOP-2986 Project: TinkerPop

[jira] [Commented] (TINKERPOP-2951) Add translator to the Go GLV

2023-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17755267#comment-17755267 ] ASF GitHub Bot commented on TINKERPOP-2951: --- Cole-Greer commented on PR #2160: URL:

Re: Thoughts on the new concat() step

2023-08-16 Thread Marko Rodriguez
You guys are ruining the language with your approach to string manipulation. Look to math()-step to see how you should handle non-graph data structure manipulations. Marko. > On Aug 16, 2023, at 4:35 AM, Stephen Mallette wrote: > > I think the syntax should just be changed from

[jira] [Commented] (TINKERPOP-2982) Allow gremlin-driver usage over HTTP

2023-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17755012#comment-17755012 ] ASF GitHub Bot commented on TINKERPOP-2982: --- spmallette commented on code in PR #2206: URL:

[jira] [Commented] (TINKERPOP-2982) Allow gremlin-driver usage over HTTP

2023-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17755007#comment-17755007 ] ASF GitHub Bot commented on TINKERPOP-2982: --- spmallette commented on code in PR #2206: URL:

[jira] [Commented] (TINKERPOP-2982) Allow gremlin-driver usage over HTTP

2023-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17755006#comment-17755006 ] ASF GitHub Bot commented on TINKERPOP-2982: --- spmallette commented on code in PR #2206: URL:

[jira] [Created] (TINKERPOP-2985) Collapse interface structure around MessageSerializer

2023-08-16 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2985: --- Summary: Collapse interface structure around MessageSerializer Key: TINKERPOP-2985 URL: https://issues.apache.org/jira/browse/TINKERPOP-2985 Project:

Re: Thoughts on the new concat() step

2023-08-16 Thread Stephen Mallette
I think the syntax should just be changed from concat(Traversal) to concat(Traversal...) which would let you work around this issue by using constant(): g.V(3).as('a').values('code').concat(constant(' is in '), select('a').values('city')) This would address the symmetry problem with

[jira] [Created] (TINKERPOP-2984) Replace Moq mocking library in .NET tests

2023-08-16 Thread Florian Hockmann (Jira)
Florian Hockmann created TINKERPOP-2984: --- Summary: Replace Moq mocking library in .NET tests Key: TINKERPOP-2984 URL: https://issues.apache.org/jira/browse/TINKERPOP-2984 Project: TinkerPop