This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch multi-label-toy-graph
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from b2a2f43098 Convert read-only multi-label doc examples to use the zoo
graph
add 1df9ea8221 Fix order-sensitive set comparison in .NET Gherkin DeepEqual
add 255e961327 Document the zoo toy graph with a diagram
add bad1b79970 Disable ZOO location()/featuresRequired() wiring
add bb9b31d653 Wire up the zoo graph for Hadoop via multi-label GraphSON V4
No new revisions were added by this update.
Summary of changes:
docs/src/reference/the-graph.asciidoc | 28 +++++++
.../tutorials/the-gremlin-console/index.asciidoc | 3 +
docs/static/images/the-zoo-graph.png | Bin 0 -> 169045 bytes
.../util/star/StarGraphGraphSONDeserializer.java | 9 ++-
.../util/star/StarGraphGraphSONSerializerV4.java | 14 +++-
.../star/StarGraphGraphSONV4MultiLabelTest.java | 86 +++++++++++++++++++++
.../Gherkin/DeepEqualityExtensions.cs | 7 ++
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 16 ++--
.../apache/tinkerpop/gremlin/LoadGraphWith.java | 17 ++--
.../tinkerpop/gremlin/features/TestFiles.java | 9 ++-
.../structure/io/graphson/tinkerpop-zoo-v4.json | 13 ++++
.../gremlin/hadoop/structure/HadoopElement.java | 7 ++
.../hadoop/HadoopGraphFeatureIntegrateTest.java | 24 +++++-
13 files changed, 208 insertions(+), 25 deletions(-)
create mode 100644 docs/static/images/the-zoo-graph.png
create mode 100644
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraphGraphSONV4MultiLabelTest.java
create mode 100644
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/tinkerpop-zoo-v4.json