You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the results differ. This is caused by the "deduplication" of matched relations, which says that if you return relations A and B as v1 and v2, you're not allowed to also return those same relations A and B as v2 and v1, as that would be the exact same set of relations, just with the names v1 and v2 swapped.
Maybe this deduplication can only be done after evaluating the condition.
The text was updated successfully, but these errors were encountered:
The following queries should have identical results:
However, the results differ. This is caused by the "deduplication" of matched relations, which says that if you return relations A and B as v1 and v2, you're not allowed to also return those same relations A and B as v2 and v1, as that would be the exact same set of relations, just with the names v1 and v2 swapped.
Maybe this deduplication can only be done after evaluating the condition.
The text was updated successfully, but these errors were encountered: