commit | 309e332b2e5ffbb981e851e889ff16b9b24e8700 | [log] [tgz] |
---|---|---|
author | Stephen Mallette <stepmall@amazon.com> | Thu Jul 06 13:19:48 2023 -0400 |
committer | Stephen Mallette <stepmall@amazon.com> | Thu Jul 13 14:50:26 2023 -0400 |
tree | 0235e7795c28b62a9a1d62b287658d5b5b005262 | |
parent | 1baf9431bc4ddb244f8472ecba6adf6e78b361ab [diff] |
TINKERPOP-2965 Fixed bug in FilterRankingStrategy This problem showed up in 3.5.6/3.6.3 after TINKERPOP-2919 which improved performance. The changes failed to properly propogate labels up from child traversals into the TraversalParent cache it created. As a result, labels started shifting around when they shouldn't have.