[GRPC] bump org.opensearch.protobufs to 0.23.0 and fix compilation errors #19831
Merged
karenyrx merged 2 commits intoopensearch-project:mainfrom Oct 31, 2025
Merged
[GRPC] bump org.opensearch.protobufs to 0.23.0 and fix compilation errors #19831karenyrx merged 2 commits intoopensearch-project:mainfrom
karenyrx merged 2 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: xil <fridalu66@gmail.com>
2fbbb32 to
044f330
Compare
Contributor
|
❌ Gradle check result for 044f330: 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 was referenced Oct 31, 2025
Signed-off-by: xil <fridalu66@gmail.com>
36ee9a4 to
d83a0f1
Compare
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19831 +/- ##
============================================
- Coverage 73.21% 73.09% -0.13%
+ Complexity 71226 71084 -142
============================================
Files 5754 5754
Lines 325300 325261 -39
Branches 47053 47032 -21
============================================
- Hits 238160 237738 -422
- Misses 68030 68384 +354
- Partials 19110 19139 +29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...sport-grpc/src/internalClusterTest/java/org/opensearch/transport/grpc/DocumentServiceIT.java
Show resolved
Hide resolved
...rc/main/java/org/opensearch/transport/grpc/proto/request/search/SearchRequestProtoUtils.java
Show resolved
Hide resolved
Contributor
|
Thanks, please make sure downstream repositories (kNN and security plugin), also have their compilation errors fixed |
5 tasks
karenyrx
approved these changes
Oct 31, 2025
anandpatel9998
pushed a commit
to anandpatel9998/OpenSearch
that referenced
this pull request
Nov 3, 2025
…rors (opensearch-project#19831) * [GRPC] Compile with protobuf 0.23.0 Signed-off-by: xil <fridalu66@gmail.com> * Add changelog Signed-off-by: xil <fridalu66@gmail.com> --------- Signed-off-by: xil <fridalu66@gmail.com>
liuguoqingfz
pushed a commit
to liuguoqingfz/OpenSearch
that referenced
this pull request
Dec 15, 2025
…rors (opensearch-project#19831) * [GRPC] Compile with protobuf 0.23.0 Signed-off-by: xil <fridalu66@gmail.com> * Add changelog Signed-off-by: xil <fridalu66@gmail.com> --------- Signed-off-by: xil <fridalu66@gmail.com>
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.
Description
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.