Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different default order of MATCH in 2.5.1 and 2.6.0 #3242

Closed
randomJoe211 opened this issue Nov 1, 2021 · 0 comments
Closed

different default order of MATCH in 2.5.1 and 2.6.0 #3242

randomJoe211 opened this issue Nov 1, 2021 · 0 comments
Assignees
Labels
incompatible PR: incompatible with the recently released version
Milestone

Comments

@randomJoe211
Copy link
Contributor

randomJoe211 commented Nov 1, 2021

When running:

MATCH (a:player)-[r]->() \
        WHERE id(a) == "player100" \
        RETURN labels(a),  keys(r);

a dozen of times, 2.6.0 always shows:
image

But 2.5.1 always shows:
image

Although there is no ORDER BY, the default order should not change, right?

@randomJoe211 randomJoe211 added type/bug Type: something is unexpected incompatible PR: incompatible with the recently released version and removed type/bug Type: something is unexpected labels Nov 1, 2021
@Sophie-Xie Sophie-Xie added the type/bug Type: something is unexpected label Nov 1, 2021
@Sophie-Xie Sophie-Xie added this to the v3.0.0 milestone Nov 1, 2021
@Sophie-Xie Sophie-Xie removed the type/bug Type: something is unexpected label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incompatible PR: incompatible with the recently released version
Projects
None yet
Development

No branches or pull requests

3 participants