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

ESQL: Page shouldn't close a block twice #100370

Merged
merged 6 commits into from
Oct 6, 2023
Merged

Commits on Oct 5, 2023

  1. ESQL: Page shouldn't close a block twice

    Page now takes into account that a block can be used in multiple
     positions (such as the same column aliased under multiple names).
    
    Relates elastic#100001
    Fix elastic#100365
    Fix elastic#100356
    costin committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a7cb6ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63de76d View commit details
    Browse the repository at this point in the history
  3. Introduce newPageAndRelease method that handles clean-up of blocks that

     are not-used when creating a new page
    costin committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7932c05 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Update project test

    costin committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5cc7539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ef454 View commit details
    Browse the repository at this point in the history
  3. Address feedback

    costin committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e3415a2 View commit details
    Browse the repository at this point in the history