Cole-Greer commented on code in PR #2919:
URL: https://github.com/apache/tinkerpop/pull/2919#discussion_r1868692470
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/sideEffect/Inject.feature:
##########
@@ -231,6 +250,19 @@ Feature: Step - inject()
| result |
| l[d[1].i,d[3].i,d[100].i,d[300].i] |
+ @GraphComputerVerificationInjectionNotSupported @GremlinLangScriptOnly
Review Comment:
It's a tag to skip scenarios which are not supported in gremlin groovy, even
with the help of the groovy translator. The only scenarios which require these
skips in this branch which have parameterized nulls passed to ambiguous
overloads.
I will update the provider docs and rename to `@GremlinGroovyNotSupported`
--
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]