opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.83k stars 1.83k forks source link

Update version check in yaml test file for allowing composite aggregation to run under a parent filter aggregation #16652

Closed gaobinlong closed 6 days ago

gaobinlong commented 6 days ago

Description

Update the version check from 3.0.0 to 2.13.0 as the change in this PR was released in 2.13.0.

Change log is not needed, backport to 2.x is needed.

Related Issues

No issue.

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.

github-actions[bot] commented 6 days ago

:white_check_mark: Gradle check result for 24acecbbe4f76960ecf7e08fd8a6aa26405ea869: SUCCESS

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.22%. Comparing base (3b9ca63) to head (24acecb). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16652 +/- ## ============================================ + Coverage 71.99% 72.22% +0.22% - Complexity 65153 65288 +135 ============================================ Files 5318 5318 Lines 303903 303903 Branches 43970 43970 ============================================ + Hits 218804 219499 +695 + Misses 67138 66434 -704 - Partials 17961 17970 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.