rdtr opened a new pull request, #2229:
URL: https://github.com/apache/tinkerpop/pull/2229
When there are only simple keys used for hashCode computation of Steps and
redundant keys are allowed, having redundant keys can easily lead to a conflict
of hashCode.
Example:
With the current implementation, `V("x")` and `V("x", "y", "y")` are
considered equal because 2 "y"s are canceled out when `XOR` is taken.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]