-
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 wildcard term & terms query & add YAML REST test #15682
Conversation
* fix wildcard term & terms query & add YAML REST test Signed-off-by: gesong.samuel <[email protected]> * add CHANGELOG 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 ad1df9e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for a969ed9: null 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? |
❌ Gradle check result for a969ed9: null 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 #15682 +/- ##
============================================
- Coverage 71.70% 71.64% -0.07%
- Complexity 64104 64158 +54
============================================
Files 5249 5251 +2
Lines 299681 300418 +737
Branches 43643 43722 +79
============================================
+ Hits 214876 215222 +346
- Misses 66848 67178 +330
- Partials 17957 18018 +61 ☔ View full report in Codecov by Sentry. |
* fix wildcard term & terms query & add YAML REST test * add CHANGELOG --------- (cherry picked from commit ad1df9e) Signed-off-by: gesong.samuel <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: gesong.samuel <[email protected]> (cherry picked from commit a737f83) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Backport ad1df9e from #15607.