Github user pluradj commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/336#discussion_r67157872
  
    --- Diff: 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoWriter.java
 ---
    @@ -131,7 +131,7 @@ public void writeVertexProperty(final OutputStream 
outputStream, final VertexPro
         public void writeProperty(final OutputStream outputStream, final 
Property p) throws IOException {
             final Output output = new Output(outputStream);
             writeHeader(output);
    -        kryo.writeObject(output, DetachedFactory.detach(p, true));
    --- End diff --
    
    Let me pull out this one change and open up a separate issue for it. I'll 
expand more in the issue on this one.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to