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: Plumb a way to run phased plans #110445

Merged
merged 3 commits into from
Jul 5, 2024
Merged

Commits on Jul 3, 2024

  1. ESQL: Plumb a way to run phased plans

    INLINESTATS is going to run two ESQL commands - one to get the STATS and
    one to join the stats results to the output. This plumbs a way for
    `EsqlSession#execute` to run multiple dips into the compute engine using
    a `BiConsumer<PhysicalPlan, ActionListener<Result>> runPhase`. For now,
    we just plug that right into the output to keep things working as they
    are now. But soon, so soon, we'll plug in a second phase.
    nik9000 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    88a1f77 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    cfb028a View commit details
    Browse the repository at this point in the history
  2. Rename

    nik9000 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    40a4236 View commit details
    Browse the repository at this point in the history