[4.20] Fix keyword parameter filtering in listBackupOfferings API#12540
Merged
DaanHoogland merged 1 commit intoapache:4.20from Jan 28, 2026
Merged
Conversation
Signed-off-by: Jeevan Yewale <jeevanyewale4@gmial.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #12540 +/- ##
============================================
- Coverage 16.26% 16.25% -0.01%
+ Complexity 13418 13416 -2
============================================
Files 5658 5658
Lines 499494 499494
Branches 60625 60625
============================================
- Hits 81232 81211 -21
- Misses 409214 409235 +21
Partials 9048 9048
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
Fix verified in #12480. |
|
Awesome work, congrats on your first merged pull request! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #12480 to 4.20 branch
Fixes #12466
Problem
The keyword parameter in the listBackupOfferings API was not filtering results.
Solution
Changed SearchBuilder operation from EQ to LIKE for the name field in BackupManagerImpl.java
Testing
Already tested and approved in #12480 by @harikrishna-patnala
Related
listBackupOfferingsAPI:keywordparameter does not filter results #12466