[
https://issues.apache.org/jira/browse/TINKERPOP-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17873289#comment-17873289
]
Ken Hu commented on TINKERPOP-2848:
-----------------------------------
This affects the ability to "round trip" numeric types with gremlin-python. A
number will be stored as Python's internal numeric representation and it will
then attempt to serialize it back as a 32-bit integer. This can lead to a
result that is too big or too small.
> Deserialization of integer based datatypes lose the type definition
> -------------------------------------------------------------------
>
> Key: TINKERPOP-2848
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2848
> Project: TinkerPop
> Issue Type: Improvement
> Components: python
> Affects Versions: 3.5.4
> Reporter: Yang Xia
> Priority: Minor
>
> As proposed by this PR
> [[https://github.com/apache/tinkerpop/pull/1848,|https://github.com/apache/tinkerpop/pull/1848]
> currently in python, deserializing of integer based datatypes don't preserve
> the type definition from server.
> Some discussion may be needed around the impact of updating this
> deserialization.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)