-
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 escaped wildcard query on wildcard field #15737
fix escaped wildcard query on wildcard field #15737
Conversation
❌ Gradle check result for b5c8df2: 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? |
b5c8df2
to
747de82
Compare
747de82
to
76bb83b
Compare
❌ Gradle check result for 747de82: 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 76bb83b: 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 63a87c0: 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? |
63a87c0
to
fbcd5de
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15737 +/- ##
============================================
- Coverage 71.85% 71.77% -0.08%
+ Complexity 64213 64142 -71
============================================
Files 5272 5272
Lines 300538 300557 +19
Branches 43432 43440 +8
============================================
- Hits 215947 215736 -211
- Misses 66833 67090 +257
+ Partials 17758 17731 -27 ☔ View full report in Codecov by Sentry. |
Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com>
Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com>
Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com>
63d67ab
to
1d9765c
Compare
❌ Gradle check result for 63d67ab: 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 1d9765c: 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. |
This change looks great, @HUSTERGS -- Thanks a lot for fixing this! |
Signed-off-by: Michael Froh <froh@amazon.com>
It seems this PR is hanging forever with |
Sorry -- that's on me. I resolved conflicts on the changelog, but I need to approve it again (since my changelog update is "not approved"). |
* fix escaped wildcard query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix format error Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Signed-off-by: Michael Froh <froh@amazon.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: Michael Froh <froh@amazon.com> (cherry picked from commit 320611a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix escaped wildcard query on wildcard field * fix format error * add change log --------- (cherry picked from commit 320611a) Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Signed-off-by: Michael Froh <froh@amazon.com> 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 <gesong.samuel@bytedance.com> Co-authored-by: Michael Froh <froh@amazon.com>
* fix escaped wildcard query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix format error Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Signed-off-by: Michael Froh <froh@amazon.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: Michael Froh <froh@amazon.com>
* fix escaped wildcard query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix format error Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Signed-off-by: Michael Froh <froh@amazon.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: Michael Froh <froh@amazon.com>
* fix escaped wildcard query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix format error Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Signed-off-by: Michael Froh <froh@amazon.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: Michael Froh <froh@amazon.com>
Description
fix escaped wildcard query on wildcard field
Related Issues
Resolves #15555
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.