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

[Backport 2.x] fix case insensitive query on wildcard field #15936

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport aaa92ae from #15882.

* fix case insensitive query on wildcard field

Signed-off-by: gesong.samuel <[email protected]>

* fix YAML test

Signed-off-by: gesong.samuel <[email protected]>

* add change log

Signed-off-by: gesong.samuel <[email protected]>

---------

Signed-off-by: gesong.samuel <[email protected]>
Co-authored-by: gesong.samuel <[email protected]>
(cherry picked from commit aaa92ae)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

❌ Gradle check result for da50fd8: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

✅ Gradle check result for da50fd8: SUCCESS

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.78%. Comparing base (63d2950) to head (7e53c28).
Report is 50 commits behind head on 2.x.

Files with missing lines Patch % Lines
...g/opensearch/index/mapper/WildcardFieldMapper.java 50.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15936      +/-   ##
============================================
+ Coverage     71.67%   71.78%   +0.10%     
- Complexity    64638    64701      +63     
============================================
  Files          5276     5276              
  Lines        302336   302339       +3     
  Branches      43993    43994       +1     
============================================
+ Hits         216714   217026     +312     
+ Misses        67549    67252     -297     
+ Partials      18073    18061      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

❕ Gradle check result for 7e53c28: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

@msfroh msfroh merged commit afd1cbc into 2.x Oct 2, 2024
34 of 37 checks passed
@github-actions github-actions bot deleted the backport/backport-15882-to-2.x branch October 2, 2024 22:08
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.

4 participants