opensearch-java icon indicating copy to clipboard operation
opensearch-java copied to clipboard

[BUG] PutPipelineRequest not deserializable due to missing `id` field

Open patschl opened this issue 2 years ago • 0 comments

What is the bug?

Currently PutPipelineRequests cannot be deserialized due to the id field not being set.

How can one reproduce the bug?

Create a PutPipelineRequest and add an id to the json, then use PutPipelineRequest._DESERIALIZER to deserialize the json.

What is the expected behavior?

Creates a valid PutPipelineRequest.

What is your host/environment?

Managed AWS OpenSearch/local docker container.

patschl avatar Dec 31 '23 14:12 patschl