[
https://issues.apache.org/jira/browse/TINKERPOP-2951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747599#comment-17747599
]
ASF GitHub Bot commented on TINKERPOP-2951:
-------------------------------------------
vkagamlyk commented on PR #2160:
URL: https://github.com/apache/tinkerpop/pull/2160#issuecomment-1652176846
Good to have tests for:
Strategy translation, for example
`g.withStrategies(ProductiveByStrategy).V().aggregate("a").by("age").cap("a").sum(Scope.local)`
`g.withStrategies(new SeedStrategy(seed:
999999)).V().order().by("name").coin(0.5)`
Date
Array of uuid
Array of Array of int
Configuration options `g.V().HasLabel("person").Has("name",
"marko").ValueMap("name").With(WithOptions.Tokens, WithOptions.None)`
`MergeE` or `MergeV` step with map parameter
> Add translator to the Go GLV
> ----------------------------
>
> Key: TINKERPOP-2951
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2951
> Project: TinkerPop
> Issue Type: Improvement
> Components: go
> Affects Versions: 3.5.6, 3.6.4
> Reporter: Valentyn Kahamlyk
> Priority: Major
>
> Currently there is no equivalent to GroovyTranslator for the Go client. There
> are Translator's in all other GLV's. Adding one for the Go client will
> further help in moving all the clients to a consistent level of
> functionality.
> https://tinkerpop.apache.org/docs/current/reference/#translators
--
This message was sent by Atlassian Jira
(v8.20.10#820010)