Skip to content
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

Version Increment to 1.3.3 OpenSearch release #631

Merged
merged 2 commits into from
Jun 6, 2022
Merged

Version Increment to 1.3.3 OpenSearch release #631

merged 2 commits into from
Jun 6, 2022

Conversation

prudhvigodithi
Copy link
Member

@prudhvigodithi prudhvigodithi commented Jun 2, 2022

Description

opensearch-project/opensearch-build#2101

Issues Resolved

opensearch-project/opensearch-build#2101

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: pgodithi <[email protected]>
@prudhvigodithi prudhvigodithi changed the base branch from main to 1.3 June 2, 2022 12:42
@prudhvigodithi prudhvigodithi marked this pull request as ready for review June 3, 2022 20:16
@prudhvigodithi prudhvigodithi requested a review from a team as a code owner June 3, 2022 20:16
@joshuali925
Copy link
Member

not sure why CI is not running, but ml-client needs to be updated

doctest/resources/ml-commons/opensearch-ml-1.3.2.0-SNAPSHOT.zip

Signed-off-by: pgodithi <[email protected]>
@prudhvigodithi
Copy link
Member Author

not sure why CI is not running, but ml-client needs to be updated

Hey @joshuali925 I just pushed opensearch-ml-1.3.3.0-SNAPSHOT.zip file.

@joshuali925
Copy link
Member

thanks @prudhvigodithi , looks like ml-client 1.3.3 is not on maven yet

❯ rg 'ml-' -g build.gradle
opensearch/build.gradle
40:    compile group: 'org.opensearch', name:'opensearch-ml-client', version: '1.3.3.0-SNAPSHOT'
> Could not resolve all files for configuration ':plugin:runtimeClasspath'.
   > Could not find org.opensearch:opensearch-ml-client:1.3.3.0-SNAPSHOT.
     Searched in the following locations:
       - file:/home/runner/.m2/repository/org/opensearch/opensearch-ml-client/1.3.3.0-SNAPSHOT/maven-metadata.xml
       - file:/home/runner/.m2/repository/org/opensearch/opensearch-ml-client/1.3.3.0-SNAPSHOT/opensearch-ml-client-1.3.3.0-SNAPSHOT.pom
       - https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/opensearch-ml-client/1.3.3.0-SNAPSHOT/maven-metadata.xml
       - https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/opensearch-ml-client/1.3.3.0-SNAPSHOT/opensearch-ml-client-1.3.3.0-SNAPSHOT.pom
       - https://repo.maven.apache.org/maven2/org/opensearch/opensearch-ml-client/1.3.3.0-SNAPSHOT/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/org/opensearch/opensearch-ml-client/1.3.3.0-SNAPSHOT/opensearch-ml-client-1.3.3.0-SNAPSHOT.pom

@codecov-commenter
Copy link

Codecov Report

Merging #631 (b31f4ed) into 1.3 (04dcd27) will decrease coverage by 32.33%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##                1.3     #631       +/-   ##
=============================================
- Coverage     95.25%   62.91%   -32.34%     
=============================================
  Files           276       10      -266     
  Lines          7416      658     -6758     
  Branches        544      119      -425     
=============================================
- Hits           7064      414     -6650     
+ Misses          298      191      -107     
+ Partials         54       53        -1     
Flag Coverage Δ
query-workbench 62.91% <ø> (ø)
sql-engine ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ch/sql/expression/aggregation/NamedAggregator.java
...arch/sql/opensearch/response/agg/FilterParser.java
.../org/opensearch/sql/data/model/ExprTupleValue.java
...search/sql/expression/datetime/CalendarLookup.java
...h/sql/protocol/response/format/ErrorFormatter.java
...l/planner/optimizer/rule/MergeFilterAndFilter.java
...a/org/opensearch/sql/data/model/ExprLongValue.java
...ch/storage/system/OpenSearchSystemIndexSchema.java
...arch/storage/script/filter/lucene/LuceneQuery.java
...pensearch/sql/planner/logical/LogicalRelation.java
... and 256 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04dcd27...b31f4ed. Read the comment docs.

@anirudha anirudha merged commit 0b5fa2b into opensearch-project:1.3 Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants