-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[GRPC] Bump org.opensearch:protobufs to 0.18.0 and fix compilation errors
#19447
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
Merged
Conversation
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
f358e81 to
e7458bf
Compare
Signed-off-by: Karen X <[email protected]>
e7458bf to
28b984c
Compare
This was referenced Sep 29, 2025
org.opensearch:protobufs to 0.18.0org.opensearch:protobufs to 0.18.0 and fix compilation errors
This was referenced Sep 29, 2025
This was referenced Sep 29, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19447 +/- ##
============================================
+ Coverage 72.96% 72.98% +0.02%
- Complexity 69969 69996 +27
============================================
Files 5676 5676
Lines 321265 321246 -19
Branches 46445 46439 -6
============================================
+ Hits 234407 234460 +53
+ Misses 67901 67830 -71
+ Partials 18957 18956 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Karen X <[email protected]>
cwperks
approved these changes
Sep 29, 2025
cwperks
reviewed
Sep 29, 2025
...main/java/org/opensearch/transport/grpc/proto/request/search/InnerHitsBuilderProtoUtils.java
Show resolved
Hide resolved
karenyrx
added a commit
to karenyrx/OpenSearch
that referenced
this pull request
Sep 29, 2025
…errors (opensearch-project#19447) * upgrade to protobufs 0.18.0 Signed-off-by: Karen X <[email protected]> * add tests Signed-off-by: Karen X <[email protected]> --------- Signed-off-by: Karen X <[email protected]>
peteralfonsi
pushed a commit
to peteralfonsi/OpenSearch
that referenced
this pull request
Oct 15, 2025
…errors (opensearch-project#19447) * upgrade to protobufs 0.18.0 Signed-off-by: Karen X <[email protected]> * add tests Signed-off-by: Karen X <[email protected]> --------- Signed-off-by: Karen X <[email protected]>
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.
Description
Related Issues
Part of #19446
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.