This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 9bc4d0c8bd2aa60cbbedb053baa514373c6714ef Merge: 26f262dea4 21d6d807ba Author: Stephen Mallette <[email protected]> AuthorDate: Thu May 25 12:10:29 2023 -0400 Merge pull request #2069 from apache/TINKERPOP-2873 TINKERPOP-2873 Added union() as a start step CHANGELOG.asciidoc | 1 + docs/src/reference/the-traversal.asciidoc | 2 + docs/src/upgrade/release-3.7.x.asciidoc | 48 ++++++++--- .../grammar/DefaultGremlinBaseVisitor.java | 5 +- .../language/grammar/TraversalRootVisitor.java | 2 +- .../grammar/TraversalSourceSpawnMethodVisitor.java | 13 ++- .../traversal/dsl/graph/GraphTraversalSource.java | 17 ++++ .../process/traversal/step/branch/UnionStep.java | 33 +++++++- .../Process/Traversal/GraphTraversalSource.cs | 13 +++ .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 6 ++ gremlin-go/driver/cucumber/gremlin.go | 6 ++ gremlin-go/driver/graphTraversalSource.go | 7 ++ .../lib/process/graph-traversal.js | 10 +++ .../gremlin-javascript/test/cucumber/gremlin.js | 6 ++ gremlin-language/src/main/antlr4/Gremlin.g4 | 5 ++ .../gremlin_python/process/graph_traversal.py | 5 ++ .../gremlin/test/features/branch/Union.feature | 93 ++++++++++++++++++++++ .../test/features/sideEffect/Inject.feature | 25 ++++-- 18 files changed, 275 insertions(+), 22 deletions(-)
