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 2022/07/06 19:16:39 UTC

[GitHub] [tinkerpop] xiazcy opened a new pull request, #1749: Gremlin-Go: Add int8, uint, and uint64 serialization

xiazcy opened a new pull request, #1749:
URL: https://github.com/apache/tinkerpop/pull/1749

   Patching the go GraphBinary serializer with these 3 types. 
   
   Serializing `int8` as Short, since there is no signed 8-bit integer type in GraphBinary I/O ([Byte](https://tinkerpop.apache.org/docs/3.6.0/dev/io/#_byte_3) is an unsigned 8-bit integer). Serializing both `uint` and `uint64` as BigIntegers, as they don't fit into Long.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] spmallette merged pull request #1749: Gremlin-Go: Add int8, uint, and uint64 serialization

Posted by GitBox <gi...@apache.org>.
spmallette merged PR #1749:
URL: https://github.com/apache/tinkerpop/pull/1749


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org