Vatsal
Vatsal
@sbrannen please review.
@bclozel Is it okay if I work on this issue?
Hey @rueian Can I have a go at this issue? Just to clarify few things before I begin working on the fix: 1- We want to add `AlterIndex` method to...
Thanks for the quick response. I will begin working on this.
Hi @rueian Just wanted to give an update. I created above PR and verified that it is working as expected by checking manually using redis-cli. I am working on test...
Hi, I did some research and found that the AWS SDK for Java 2.7 removed its external dependency on Jackson. You can read more about this in [this blog post](https://aws.amazon.com/blogs/developer/the-aws-sdk-for-java-2-17-removes-its-external-dependency-on-jackson/)....
In case you don't want to use third-party libraries discussed in previous comment to convert one object into another, you can use ObjectMapper class. Documentation [here](https://fasterxml.github.io/jackson-databind/javadoc/2.8/com/fasterxml/jackson/databind/ObjectMapper.html#convertValue(java.lang.Object,%20java.lang.Class)). ``` ObjectMapper mapper =...
> Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `software.amazon.awssdk.regions.Region` (no Creators, like default constructor, exist): no String-argument constructor/factory method to deserialize from String value ('eu-west-3') Region is an immutable class...
Hi @hdhalter Thank you for pointing out! I corrected the link now.
APIs are not consistent with the error responses. For example, delete document API. See [this issue](https://github.com/opensearch-project/OpenSearch/issues/14805) for more details. Therefore, a page of common error responses would not work for...