You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "softwarevamp (JIRA)" <ji...@apache.org> on 2017/12/19 11:54:00 UTC

[jira] [Created] (TINKERPOP-1856) Does long not serialized properly?

softwarevamp created TINKERPOP-1856:
---------------------------------------

             Summary: Does long not serialized properly?
                 Key: TINKERPOP-1856
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1856
             Project: TinkerPop
          Issue Type: Bug
          Components: python
    Affects Versions: 3.2.6
         Environment: docker Linux 4.9.49-moby #1 SMP Fri Dec 8 13:40:02 UTC 2017 x86_64 GNU/Linux
            Reporter: softwarevamp


{code:python}
bulletin = g.V().hasLabel('bulletin').has('id', 2147483647).toList()
{code} works, but
{code:python}
bulletin = g.V().hasLabel('bulletin').has('id', 21474836470).toList()
{code}  not.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)