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/27 09:50:00 UTC

[jira] [Created] (TINKERPOP-2318) Edge properties dedup() fails with spark-gremlin

Jermy Li created TINKERPOP-2318:
-----------------------------------

             Summary: Edge properties dedup() fails 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


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)