GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/769

    TINKERPOP-1844 Default GraphSON 3.0 for GLV tests in gremlin-python

    https://issues.apache.org/jira/browse/TINKERPOP-1844
    
    This is a breaking change because `g:Set` no longer returns a `Set` in 
python. It is coerced to `List` to account for numeric equality semantics of 
Java vs Python.
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1844

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/769.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #769
    
----
commit 102c9b4300fae2f755c998ee1ed6ef101f85478c
Author: Stephen Mallette <spmva@...>
Date:   2018-01-04T14:26:57Z

    TINKERPOP-1844 Default GraphSON 3.0 for GLV tests in gremlin-python
    
    This is a breaking change because g:Set no longer returns a Set in python. 
It is coerced to List to account for numeric equality semantics of Java vs 
Python.

----


---

Reply via email to