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

Wrong group association #1651

Closed
swilly22 opened this issue Apr 4, 2021 · 0 comments
Closed

Wrong group association #1651

swilly22 opened this issue Apr 4, 2021 · 0 comments
Assignees
Labels

Comments

@swilly22
Copy link
Collaborator

swilly22 commented Apr 4, 2021

GRAPH.QUERY g "unwind [false,'false'] as x return x, count(x)"
1) 1) "x"
    2) "count(x)"
2) 1) 1) "false"
      2) (integer) 2

There should be two different groups: (Boolean False and String "False")

  1. false
  2. "false"

A group matching is performed via string lookup (computing a string representation of the key not taking into account value type) False and "False" compute the same key string representation. Consider switching to a hash version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants