[ 
https://issues.apache.org/jira/browse/TINKERPOP-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Mallette updated TINKERPOP-2578:
----------------------------------------
    Description: 
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. 

  was:With {{P.within({1,2,3})}} 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. 


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

Reply via email to