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

[BUG] CatRequestBaseBuilder doesn't have ObjectBuilder type parameter

Open yongfucius opened this issue 2 years ago • 1 comments

What is the bug?

I could discovered an error when using aliases method with Function<AliasesRequest.Builder, ObjectBuilder<AliasesRequest>> in OpenSearchCatClient.

How can one reproduce the bug?

openSearchClient.cat().aliases(aliasesRequestBuilder -> aliasesRequestBuilder)

yongfucius avatar Jan 05 '24 03:01 yongfucius

Would you like to try and contribute this @yongfucius?

dblock avatar Feb 05 '24 19:02 dblock