Skip to content

Conversation

@pquentin
Copy link
Member

category_id is a long, not a string:

Long categoryId = restRequest.hasParam(CATEGORY_ID.getPreferredName())
? Long.parseLong(restRequest.param(CATEGORY_ID.getPreferredName()))
: null;

We noticed this thanks to the Elasticsearch specification CI which validates YAML tests against the Elasticsearch specification types.

@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.3.0 labels Nov 18, 2025
@pquentin pquentin added >non-issue :ml Machine learning auto-backport Automatically create backport pull requests when merged branch:9.2 branch:9.1 branch:8.19 and removed needs:triage Requires assignment of a team area label v9.3.0 labels Nov 18, 2025
@elasticsearchmachine elasticsearchmachine added the Team:ML Meta label for the ML team label Nov 18, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

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

Labels

auto-backport Automatically create backport pull requests when merged :ml Machine learning >non-issue Team:ML Meta label for the ML team v8.19.9 v9.1.9 v9.2.3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants