-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix wildcard term & terms query & add YAML REST test #15607
fix wildcard term & terms query & add YAML REST test #15607
Conversation
d347ada
to
d7a17a5
Compare
❌ Gradle check result for d347ada: 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? |
❌ Gradle check result for d7a17a5: 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? |
d7a17a5
to
57e007e
Compare
❌ Gradle check result for 57e007e: 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? |
Signed-off-by: gesong.samuel <[email protected]>
57e007e
to
4ac0372
Compare
❌ Gradle check result for 4ac0372: 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? |
Flaky test failure: #15600 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: gesong.samuel <[email protected]>
❌ Gradle check result for efa73de: 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 efa73de: 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15607 +/- ##
==========================================
Coverage 71.91% 71.91%
+ Complexity 63864 63842 -22
==========================================
Files 5251 5257 +6
Lines 298375 298543 +168
Branches 43146 43164 +18
==========================================
+ Hits 214572 214699 +127
+ Misses 66158 66148 -10
- Partials 17645 17696 +51 ☔ View full report in Codecov by Sentry. |
* 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>
* 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]>
* 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>
…ect#15607) * 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]>
…ect#15607) * 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]>
…ect#15607) * 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]>
…ect#15607) * 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]>
Description
Fix terms related query on wildcard field, original implementation didn't correctly parse the binary string value, causing the search result returns nothing
Related Issues
Resolves #15571
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.