| commit | d7c2a7913b842ef535a83e99e2bf827d6e7153cf | [log] [tgz] | 
|---|---|---|
| author | Stephen Mallette <stepmall@amazon.com> | Tue Feb 13 09:24:40 2024 -0500 | 
| committer | Stephen Mallette <stepmall@amazon.com> | Tue Feb 13 12:21:54 2024 -0500 | 
| tree | 2dd33eff3ecfd0ab6dd5eb1c8250925bff7cdb05 | |
| parent | c7f3d2454a654cea57c2a99077d859b115fec4c3 [diff] | 
TINKERPOP-3056 Fixed bug in mid-traversal mergeE for onMatch Since the current traverser was only being updated onMatch when it was used as a start step doing mutations in a sideEffect() would update whatever the current traverser was. This code may have been leftover from a time when the merge steps operated more readily on the current traverser as an argument to the step.