-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[GRPC][Term-level queries] Implement GRPC Ids, Range, and Terms Set queries #19448
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
base: main
Are you sure you want to change the base?
[GRPC][Term-level queries] Implement GRPC Ids, Range, and Terms Set queries #19448
Conversation
Signed-off-by: Karen X <karenxyr@gmail.com>
❌ Gradle check result for 8dbf346: 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? |
8dbf346
to
b7abcfb
Compare
Signed-off-by: Karen X <karenxyr@gmail.com>
b7abcfb
to
d89048d
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19448 +/- ##
============================================
- Coverage 72.96% 72.86% -0.11%
- Complexity 69969 70007 +38
============================================
Files 5676 5682 +6
Lines 321265 321446 +181
Branches 46445 46503 +58
============================================
- Hits 234407 234212 -195
- Misses 67901 68316 +415
+ Partials 18957 18918 -39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...java/org/opensearch/transport/grpc/proto/request/search/query/IdsQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...main/java/org/opensearch/transport/grpc/proto/request/search/InnerHitsBuilderProtoUtils.java
Show resolved
Hide resolved
Signed-off-by: Karen X <karenxyr@gmail.com>
Signed-off-by: Karen X <karenxyr@gmail.com>
a44d86c
to
08037b3
Compare
Signed-off-by: Karen X <karenxyr@gmail.com>
Signed-off-by: Karen X <karenxyr@gmail.com>
❌ Gradle check result for 70eb7b3: 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? |
Signed-off-by: Karen X <karenxyr@gmail.com>
❌ Gradle check result for 24c230d: 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? |
Description
Stacked on top of #19447
Implement GRPC Ids, Range, and Terms Set queries
Related Issues
Resolves #18907
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.