spmallette opened a new pull request #1018: TINKERPOP-2111 Added BulkSet as a GraphSON Type
URL: https://github.com/apache/tinkerpop/pull/1018
https://issues.apache.org/jira/browse/TINKERPOP-2111
Adding `BulkSet` brings some consistency to how results are processed and sets things up better for GraphBinary. Implemented for all GLVs though they do not yet have `BulkSet` implementations - they simply coerce to `List` during deserialization. This is basically what was happening before but in earlier versions it was happening on the server side.
All tests pass with `docker/build.sh -t -i`
VOTE +1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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
spmallette opened a new pull request #1018:
TINKERPOP-2111Added BulkSet as a GraphSON TypeURL: https://github.com/apache/tinkerpop/pull/1018
https://issues.apache.org/jira/browse/TINKERPOP-2111
Adding `BulkSet` brings some consistency to how results are processed and sets things up better for GraphBinary. Implemented for all GLVs though they do not yet have `BulkSet` implementations - they simply coerce to `List` during deserialization. This is basically what was happening before but in earlier versions it was happening on the server side.
All tests pass with `docker/build.sh -t -i`
VOTE +1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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