-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Fix ignoring require_alias parameter in high level rest client #67865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pinging @elastic/es-core-features (Team:Core/Features) |
Pinging @elastic/clients-team (Team:Clients) |
@elasticmachine ok to test @swallez - can you please take a look at this PR ? |
@elasticmachine update branch |
@martijnvg, can this PR be merged now? |
@gaobinlong Thanks for the ping, I will look into this today. |
@elasticmachine update branch |
@elasticmachine run elasticsearch-ci/2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gaobinlong for fixing this! And apologies to the delay.
I will merge this once pr ci is green.
…astic#67865) The main changes are: * Set the require_alias parameter in the reindex, index and update methods in RequestConverters class. * Test that the parameter can be parsed correctly. Closes elastic#67819.
…1914) Backporting #67865 to 7.x branch. The main changes are: * Set the require_alias parameter in the reindex, index and update methods in RequestConverters class. * Test that the parameter can be parsed correctly. Closes #67819. Co-authored-by: bellengao <[email protected]>
Relates to #67819.
The main changes are:
require_alias
parameter in thereindex
,index
andupdate
methods inRequestConverters
class.