andreachild commented on code in PR #3246: URL: https://github.com/apache/tinkerpop/pull/3246#discussion_r2466752491
########## docs/src/upgrade/release-3.8.x.asciidoc: ########## @@ -457,6 +425,34 @@ compatibility. See: link:https://issues.apache.org/jira/browse/TINKERPOP-3161[TINKERPOP-3161] +==== Split bulked traversers for `local()` + +Prior to 3.8.0, local() exhibited "traverser-local" semantics, where the local traversal would apply independently to +each individual `Traverser`. This often led to confusion, especially in the presence of reducing barrier steps, as Review Comment: ```suggestion each individual bulkable `Traverser`. This often led to confusion, especially in the presence of reducing barrier steps, as ``` -- 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]
