-
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
Fix case insensitive and escaped query on wildcard #16827
Fix case insensitive and escaped query on wildcard #16827
Conversation
Signed-off-by: gesong.samuel <[email protected]>
Signed-off-by: gesong.samuel <[email protected]>
b33ced2
to
b7629b5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16827 +/- ##
=========================================
Coverage 72.26% 72.26%
- Complexity 65257 65277 +20
=========================================
Files 5299 5299
Lines 303490 303520 +30
Branches 43937 43942 +5
=========================================
+ Hits 219321 219348 +27
- Misses 66189 66213 +24
+ Partials 17980 17959 -21 ☔ View full report in Codecov by Sentry. |
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.
Looks good, thanks a lot @HUSTERGS!
Signed-off-by: Michael Froh <[email protected]>
❌ Gradle check result for 8c7856c: 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? |
* fix case insensitive and escaped query on wildcard Signed-off-by: gesong.samuel <[email protected]> * add changelog Signed-off-by: gesong.samuel <[email protected]> --------- Signed-off-by: gesong.samuel <[email protected]> Signed-off-by: Michael Froh <[email protected]> Co-authored-by: gesong.samuel <[email protected]> Co-authored-by: Michael Froh <[email protected]> (cherry picked from commit 5afb92f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
As for the comment by @msfroh , It may needs more thorough thinking, so this pr just functionally fixed the problem, the refactoring may leave for the future
Related Issues
Resolves #16754 #16755
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.