opensearch-project / neural-search

Plugin that adds dense neural retrieval into the OpenSearch ecosytem
Apache License 2.0
56 stars 58 forks source link

Fix: correct gradle file function name and comment #795

Open yuye-aws opened 2 weeks ago

yuye-aws commented 2 weeks ago

Description

Correct gradle file function name and comment.

Issues Resolved

Correct gradle file function name and comment.

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

martin-gaievski commented 2 weeks ago

So in today's code we're doing everything correctly, just the function name and comment says "unzip" while in fact we're doing "zip" operation?

yuye-aws commented 2 weeks ago

Seems the rolling upgrade is failing because now is between the code freeze data and release date.

yuye-aws commented 2 weeks ago

So in today's code we're doing everything correctly, just the function name and comment says "unzip" while in fact we're doing "zip" operation?

Correct