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

#323: Fix ordering issue on regions meta fields by hashing set on name only #337

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fformica
Copy link
Contributor

@fformica fformica commented Nov 29, 2024

/fix #323

Since we changed the regions from list to set we're running into an ordering issue with the meta fields, because arrays of different orders have different hashes, so they will be different elements in the set regardless of the suppress calculation.
This change assumes that the name uniquely identifies a region, which should hold true.

@fformica fformica changed the title Fix ordering issue on regions meta fields by hashing set on name only #323: Fix ordering issue on regions meta fields by hashing set on name only Nov 29, 2024
@fformica fformica removed the request for review from pburrows-ns1 December 2, 2024 14:51
@fformica
Copy link
Contributor Author

fformica commented Dec 2, 2024

Retracting the PR for the moment

@fformica fformica marked this pull request as draft December 2, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using country + georegions on regions leads to dirty plans
1 participant