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

[7.x] Fix join keys ordering in a sequence (#76699) #76913

Merged
merged 1 commit into from
Aug 25, 2021

Commits on Aug 25, 2021

  1. Fix join keys ordering in a sequence (elastic#76699)

    A sequence payload is constructed by providing one list of sequences and
    one for the hits. When fetching the list of hits though, the list of
    sequnces can be iterated in reverse order to build the hit references;
    meaning that the original list of sequences provided to the sequence
    payload needs reversing too.
    bpintea committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    43ac391 View commit details
    Browse the repository at this point in the history