Skip to content

Support partial results in ES|QL (#121942)#122686

Merged
dnhatn merged 1 commit intoelastic:8.xfrom
dnhatn:8.x-support-partial-results
Feb 15, 2025
Merged

Support partial results in ES|QL (#121942)#122686
dnhatn merged 1 commit intoelastic:8.xfrom
dnhatn:8.x-support-partial-results

Conversation

@dnhatn
Copy link
Member

@dnhatn dnhatn commented Feb 15, 2025

This change introduces partial results in ES|QL. To minimize the scope of the changes, this PR is just the first step toward full support for partial results. The following follow-up tasks are required:

  • Support partial results across clusters

  • Return shard-level failures (currently, we only return the is_partial flag)

  • Add documentation

  • Allow partial results during resolution

This change introduces partial results in ES|QL. To minimize the scope of the
changes, this PR is just the first step toward full support for partial
results. The following follow-up tasks are required:

- Support partial results across clusters

- Return shard-level failures (currently, we only return the `is_partial` flag)

- Add documentation

- Allow partial results during resolution
@dnhatn dnhatn marked this pull request as ready for review February 15, 2025 23:24
@dnhatn dnhatn merged commit ec5d0a4 into elastic:8.x Feb 15, 2025
15 checks passed
@dnhatn dnhatn deleted the 8.x-support-partial-results branch February 15, 2025 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant