[ https://issues.apache.org/jira/browse/TINKERPOP-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16766370#comment-16766370 ]
ASF GitHub Bot commented on TINKERPOP-1435: ------------------------------------------- spmallette commented on pull request #1060: TINKERPOP-1435 GraphSON extended module support for gremlin-python URL: https://github.com/apache/tinkerpop/pull/1060 https://issues.apache.org/jira/browse/TINKERPOP-1435 Implemented `Duration`, `Char`, `ByteBuffer`, `Byte`, `BigInteger` and `BigDecimal` which were the most critical ones right now. Tried to do `InetAddress` but there didn't seem to be anything in Python suitable to handled that type except for `ip_address` but it wouldn't parse things like "localhost" and other things that Java will so it seemed a bit incompatible. Also ignored all the `java.time.*` things for now...wonder if those shouldn't just be deprecated.... ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Support for extended GraphSON in gremlin-python > ----------------------------------------------- > > Key: TINKERPOP-1435 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1435 > Project: TinkerPop > Issue Type: Improvement > Components: python > Affects Versions: 3.2.2 > Reporter: stephen mallette > Assignee: stephen mallette > Priority: Minor > > Support the "gx" GraphSON module for compatibility with GraphSON 2.0 and 3.0 > on {{Duration}}, {{Char}}, {{ByteBuffer}}, {{Byte}}, {{BigInteger}} and > {{BigDecimal}} in gremlin-python. -- This message was sent by Atlassian JIRA (v7.6.3#76005)