You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2020/03/02 14:19:44 UTC

[GitHub] [tinkerpop] danielcweber edited a comment on issue #1256: Reuse a byte buffer instead of re-allocating it on every loop.

danielcweber edited a comment on issue #1256: Reuse a byte buffer instead of re-allocating it on every loop.
URL: https://github.com/apache/tinkerpop/pull/1256#issuecomment-593424398
 
 
   Seems that the data received from the test gremlin server got some extra fields (gremlin.pageRankVertexProgram.pageRank, gremlin.pageRankVertexProgram.edgeCount)
   
   So the difference of Travis vs. local machine is probably in the test server environment.
   
   Expected: Dictionary<String, IList<Object>> [[age, System.Collections.Generic.List`1[System.Object]], [name, System.Collections.Generic.List`1[System.Object]]]
   Actual:   Dictionary<String, IList<Object>> [[name, System.Collections.Generic.List`1[System.Object]], [age, System.Collections.Generic.List`1[System.Object]], [gremlin.pageRankVertexProgram.pageRank, System.Collections.Generic.List`1[System.Object]], [gremlin.pageRankVertexProgram.edgeCount, System.Collections.Generic.List`1[System.Object]]]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services