[Backport 2.x] Fix case insensitive and escaped query on wildcard#17001
[Backport 2.x] Fix case insensitive and escaped query on wildcard#17001
Conversation
|
❌ Gradle check result for e16ae91: 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? |
|
This PR is stalled because it has been open for 30 days with no activity. |
* fix case insensitive and escaped query on wildcard Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add changelog 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 5afb92f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
e16ae91 to
6909261
Compare
|
❌ Gradle check result for 6909261: 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 #17001 +/- ##
============================================
+ Coverage 71.86% 71.91% +0.04%
- Complexity 65927 65981 +54
============================================
Files 5341 5341
Lines 307151 307181 +30
Branches 44825 44830 +5
============================================
+ Hits 220748 220911 +163
+ Misses 67976 67831 -145
- Partials 18427 18439 +12 ☔ View full report in Codecov by Sentry. |
Backport 5afb92f from #16827.