Skip to content

Conversation

swallez
Copy link
Member

@swallez swallez commented Oct 14, 2025

When an ES|QL query is run with "profile": true, some additional properties are added after "values" in the response. The method EsqlAdapterBase.readFooter() was expecting the end of the response object, causing a parsing error.

This PR makes it more lenient: all remaining properties are ignored until the end of the object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants