You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/13 16:43:00 UTC

[jira] [Commented] (TINKERPOP-2111) Add BulkSet as a GraphSON type

    [ https://issues.apache.org/jira/browse/TINKERPOP-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16720383#comment-16720383 ] 

ASF GitHub Bot commented on TINKERPOP-2111:
-------------------------------------------

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


> Add BulkSet as a GraphSON type
> ------------------------------
>
>                 Key: TINKERPOP-2111
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2111
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 3.4.0
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Major
>              Labels: breaking
>
> Add {{BulkSet}} as a GraphSON type. Should bring better consistency to how Gremlin works across variants and set things up better for GraphBinary format. This change has a minor "breaking" impact in that 3.4.0 will no longer coerce {{BulkSet}} to a {{List}} on the server and so a 3.3.x client that gets that type won't know what to do with it. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)