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

Fix reduce view row collation with unicode equivalent keys #3783

Merged
merged 1 commit into from Nov 1, 2021

Commits on Nov 1, 2021

  1. Fix reduce view row collation with unicode equivalent keys

    Previously, view reduce collation with keys relied on the keys in the
    rows returned from the view shards to exactly match (=:=) the keys
    specified in the args. However, in the case when there are multiple
    rows which compare equal with the unicode collator, that may not
    always be the case.
    
    In that case when the rows are fetched from the row dict by key, they
    should be matched using the same collation algorithm as the one used
    on the view shards.
    nickva committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    8b08449 View commit details
    Browse the repository at this point in the history