andreachild commented on code in PR #3233:
URL: https://github.com/apache/tinkerpop/pull/3233#discussion_r2418151040
##########
gremlin-dotnet/test/Gremlin.Net.UnitTest/Process/Traversal/Translator/GroovyTranslatorTests.cs:
##########
Review Comment:
I'm not sure why this entire file seems to have been changed but it looks
like only this was removed:
```
{
_g.V("3").Values<object>("runways").Store("x").V('4').Values<object>("runways").Store("x")
.By(__.Constant(1)).V('6').Store("x").By(__.Constant(1)).Select<object>("x").Unfold<object>()
.Sum<object>(),
"g.V('3').values('runways').store('x').V('4').values('runways').store('x').by(__.constant(1)).V('6').store('x').by(__.constant(1)).select('x').unfold().sum()"
},
```
Should this instead be changed to reference `local(aggregate())`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]