[Backport 2.19] Fix case insensitive and escaped query on wildcard#20870
Conversation
PR Reviewer Guide 🔍(Review updated until commit c08eeb0)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to c08eeb0 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit edf92a8
Suggestions up to commit d871f6a
Suggestions up to commit 654478f
|
654478f to
d871f6a
Compare
|
Persistent review updated to latest commit d871f6a |
d871f6a to
edf92a8
Compare
|
Persistent review updated to latest commit edf92a8 |
…t#16827) * 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: Shawn Qiang <814238703@qq.com>
edf92a8 to
c08eeb0
Compare
|
Persistent review updated to latest commit c08eeb0 |
|
❌ Gradle check result for c08eeb0: TIMEOUT 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 c08eeb0: 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 c08eeb0: 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 Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.19 #20870 +/- ##
============================================
+ Coverage 71.95% 71.98% +0.03%
- Complexity 65989 66020 +31
============================================
Files 5342 5342
Lines 307360 307390 +30
Branches 44857 44862 +5
============================================
+ Hits 221167 221288 +121
+ Misses 67736 67624 -112
- Partials 18457 18478 +21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
man! what can i say |
Backport of #16827.