[
https://issues.apache.org/jira/browse/TINKERPOP-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203801#comment-16203801
]
stephen mallette commented on TINKERPOP-1799:
---------------------------------------------
This issue is turning up a bit of a mess. IO docs for GraphSON 3.0 are all
messed up (which means compatibility tests are off too) and python tests for
GraphSON 3.0 appear to be off. The These issues were sorted in this commit docs
now as a commit separate from this issue:
https://github.com/apache/tinkerpop/commit/4bcf8ae5c734f877d0e2d003ec7af3b2fc37e116
Looks big but it's really just code generation stuff which is why i CTR'd it.
> Failure to serialize path() in gremlin-python
> ---------------------------------------------
>
> Key: TINKERPOP-1799
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1799
> Project: TinkerPop
> Issue Type: Bug
> Components: python
> Affects Versions: 3.3.0
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Critical
> Fix For: 3.3.1
>
>
> {code}
> >>> g.V().hasLabel('person').both().path().toList()
> [[u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'],
> [u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'],
> [u'@type', u'@value'], [u'@type', u'@value']]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)