GitHub user bjmoor opened a pull request:

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

    TINKERPOP-1582 - Encode Bytecode as a dict, not a string

    https://issues.apache.org/jira/browse/TINKERPOP-1582
    
    Remote connection driver was encoding the Gremlin Bytecode as a json 
string, rather than as a dict.  This caused the TraversalOpProcessor to not use 
the gremlin-server configured deserializers, but rather a non-configurable 
statically declared serializer to decode the Bytecode string.

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

    $ git pull https://github.com/bjmoor/tinkerpop TINKERPOP-1582

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

    https://github.com/apache/tinkerpop/pull/513.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 #513
    
----
commit 0b74ea40aacaab519357626fa4c2c580ffe6b148
Author: Branden Moore <bjm...@sandia.gov>
Date:   2016-12-07T19:53:38Z

    [driver_remote] Encode Bytecode as a dict, not a string

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to