Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
I would start by adding appraisals (tests) so we can run tests with various versions of Rails.
Want to turn this into a (failing) unit test?
@AayushiJain012 You're absolutely right, all these instances need to be fixed :( We have recently merged a beginning of a code generator that aims to resolve this entire class of...
Generally these problems are trying to deserialize something that's the wrong type in code vs. the response. Start by writing a unit test for this problem, should point exactly to...
> Can you help me with the logic how to correctly serialize search response in Java client Probably. Write a failing unit test for it? @Xtansia can point you to...
Would love a PR that fixes the serialization issue.
> who will work on that PR and in when we can get the fix? Nobody is working on it right now. Maybe you?
Looks like this is simply missing. FYI, we have recently merged a beginning of a code generator that aims to resolve this entire class of problems (https://github.com/opensearch-project/opensearch-java/pull/366). There are a...
@amitgalitz I don't recommend using `latest` for bcw because 1) it may not be the actual released version 2) those bits are not signed. There may be builds that are...
@amitgalitz There's only 1 release on artifacts.opensearch.org per version. The issue rn is that we don't publish ZIPs for plugins, which is https://github.com/opensearch-project/opensearch-build/issues/1823. I recommend implementing that, but you'd still...