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)