GitHub user okram opened a pull request:

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

    TINKERPOP-1704: XXXTranslators are not being respective of BulkSet and Tree.

    https://issues.apache.org/jira/browse/TINKERPOP-1704
    
    `JavaTranslator` would convert `Tree` to `HashMap` and `BulkSet` to 
`HashSet`. While passing in such objects through `Bytecode` is low probability, 
it is still good to cover this corner case (especially for `Tree`, where the 
semantics are a bit different than `Map`).
    
    VOTE +1

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

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

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

    https://github.com/apache/tinkerpop/pull/642.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 #642
    
----
commit 506b921c947a9ec8536bd0e739b2df3d2b5440ae
Author: Marko A. Rodriguez <okramma...@gmail.com>
Date:   2017-06-28T14:39:37Z

    JavaTranslator is now smart about handling BulkSet and Tree in Bytecode. 
This is a low probability usage, but a usage none-the-less...

----


---
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