Github user dkuppitz commented on the issue:

    https://github.com/apache/tinkerpop/pull/485
  
    Because it's more complex then that. Example:
    
    ```
    g.V().as("a").out().store("a").in().sideEffect(<access 
"a">).groupCount().unfold().sideEffect(<access "a">)...
    ```
    
    In the first access to "a" we expect to get intermediate result. The second 
time we expect the final "a".


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to