You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by mi...@apache.org on 2023/01/05 14:50:16 UTC

[tinkerpop] branch TINKERPOP-2850-3.6 updated (8d4d34fead -> 38b9717e69)

This is an automated email from the ASF dual-hosted git repository.

mikepersonick pushed a change to branch TINKERPOP-2850-3.6
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 8d4d34fead Minor test name fix
     add 7cd3f69475 Cleanup
     add 38b9717e69 Tests

No new revisions were added by this update.

Summary of changes:
 .../process/traversal/step/map/MergeEdgeStep.java  | 118 +++++++++++----------
 .../process/traversal/step/map/MergeStep.java      |  12 +--
 .../traversal/step/map/MergeVertexStep.java        |  54 ++++++----
 .../gremlin/structure/util/CloseableIterator.java  |   4 +
 .../gremlin/test/features/map/MergeEdge.feature    |  39 +++++++
 .../tinkergraph/TinkerGraphFeatureTest.java        |   1 +
 6 files changed, 144 insertions(+), 84 deletions(-)