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

Investigate tuples with same field names but different order #622

Open
baseTwo opened this issue Oct 22, 2024 · 0 comments
Open

Investigate tuples with same field names but different order #622

baseTwo opened this issue Oct 22, 2024 · 0 comments
Labels

Comments

@baseTwo
Copy link
Collaborator

baseTwo commented Oct 22, 2024

Currently the new value tuples contain the first parameter with CqlTupleMetadata which contains the tuple item types and names. Equality of tuples are equal for tuples with exactly the same CqlTupleMetadata and the remaining values in the tuples.

But should we consider that the order of fields names should not matter? After all, it should be considered as a dictionary. So (a:1, b:"b") should be equal to (b:"b", a:1)

This needs to be investigated

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

1 participant