Github user FlorianHockmann commented on the issue:

    https://github.com/apache/tinkerpop/pull/820
  
    > Also, I've switched to use a lambda (now that we support it :) ) to 
obtain all the edges for the scenario data,
    
    That lambda really makes the traversal much easier to read and understand :)
    
    For 
`g_V_storeXaX_byXoutEXcreatedX_countX_out_out_storeXaX_byXinEXcreatedX_weight_sumX`,
    I'd say that we should change the scenario to only expect the 4 unique 
values and then fix gremlin-python and gremlin-javascript as they seem to 
deserialize sets incorrectly at the moment. (Otherwise they had to fail for 
this test at the moment.) But I'm not sure if we want to do all that in this PR.
    
    > @FlorianHockmann I hope you don't mind that I've directly pushed to the 
dev branch, feel free to revert the commits if needed.
    
    Certainly not, thanks for helping me with this PR!


---

Reply via email to