andreachild commented on code in PR #3216:
URL: https://github.com/apache/tinkerpop/pull/3216#discussion_r2418205061
##########
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/features/StepDefinition.java:
##########
@@ -642,6 +640,27 @@ private String convertToString(final String pkey, final
String pvalue) {
return String.format("\"%s\"", pvalue);
}
+ private List<String> splitByElement(String s) {
Review Comment:
Would be good to add a scenario to a feature test would would execute this
new logic. Perhaps adding a scenario to the `Fold.feature` which does something
like `g.V().fold().fold()` which will result in a list of lists?
--
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]