-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Conversation
* 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>
❌ 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? |
Codecov ReportAttention: Patch coverage is
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. |
Signed-off-by: gaobinlong <[email protected]>
❕ 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. |
Backport aaa92ae from #15882.