You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by bjmoor <gi...@git.apache.org> on 2016/12/08 02:14:11 UTC

[GitHub] tinkerpop pull request #513: TINKERPOP-1582 - Encode Bytecode as a dict, not...

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 <bj...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #513: TINKERPOP-1582 - Encode Bytecode as a dict, not a stri...

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/513
  
    Thanks - tests all pass. Merged via CTR


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop pull request #513: TINKERPOP-1582 - Encode Bytecode as a dict, not...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---