[
https://issues.apache.org/jira/browse/TINKERPOP-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359287#comment-17359287
]
ASF GitHub Bot commented on TINKERPOP-2578:
-------------------------------------------
spmallette opened a new pull request #1435:
URL: https://github.com/apache/tinkerpop/pull/1435
https://issues.apache.org/jira/browse/TINKERPOP-2578
This change sets up `P` to better serialize instances to the form expected
for different serialization types.
Builds with `mvn clean install`
VOTE +1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Set arguments to P within/without are wrapped in List
> -----------------------------------------------------
>
> Key: TINKERPOP-2578
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2578
> Project: TinkerPop
> Issue Type: Bug
> Components: python
> Affects Versions: 3.4.11
> Reporter: Stephen Mallette
> Assignee: Stephen Mallette
> Priority: Minor
>
> With
> {code}
> {P.within({1,2,3})
> {code}
> the GraphSON serializer produces that {{Set}} wrapped in a {{List}} which
> isn't consistent with Java and while it won't fail deserialization it can
> cause providers to miss query optimizations.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)