You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Jermy Li (Jira)" <ji...@apache.org> on 2019/11/28 10:12:00 UTC

[jira] [Commented] (TINKERPOP-2318) Edge properties dedup() not work with spark-gremlin

    [ https://issues.apache.org/jira/browse/TINKERPOP-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984294#comment-16984294 ] 

Jermy Li commented on TINKERPOP-2318:
-------------------------------------

patch:

[https://github.com/apache/tinkerpop/pull/1224/commits/79bf3a956788ab1e70e759e00f06d7409637fe35]

> Edge properties dedup() not work with spark-gremlin
> ---------------------------------------------------
>
>                 Key: TINKERPOP-2318
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2318
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.4.4
>            Reporter: Jermy Li
>            Priority: Critical
>
> Reproduce:
> run Computer test like SparkGraphComputerProcessIntegrateTest, add a test case for the test suit:
> {code:java}
> g.V().bothE().properties().dedup(){code}
>  
> Root cause: two identical DetachedProperty with element=null are not equal.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)