-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[GRPC][Term-level queries] Add Exists, Regexp, and Wildcard queries #19392
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
Conversation
Signed-off-by: karenx <[email protected]>
Signed-off-by: karenx <[email protected]>
7ee1803 to
6200124
Compare
|
❌ Gradle check result for 6200124: 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? |
02e7bfe to
876db21
Compare
Signed-off-by: Karen X <[email protected]>
876db21 to
ba8fbe1
Compare
Signed-off-by: Karen X <[email protected]>
|
❌ Gradle check result for 143b615: 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? |
|
❌ Gradle check result for 143b615: 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? |
|
❌ Gradle check result for 143b615: 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? |
...a/org/opensearch/transport/grpc/proto/request/search/query/ExistsQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...opensearch/transport/grpc/proto/request/search/query/WildcardQueryBuilderProtoConverter.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Karen X <[email protected]>
69f3c53 to
27cab6c
Compare
|
❌ Gradle check result for d494f09: 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 <[email protected]>
Signed-off-by: Karen X <[email protected]>
Signed-off-by: Karen X <[email protected]>
db27a09 to
ac26ac5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19392 +/- ##
==========================================
Coverage 72.95% 72.96%
- Complexity 70115 70159 +44
==========================================
Files 5687 5695 +8
Lines 321703 321887 +184
Branches 46534 46565 +31
==========================================
+ Hits 234702 234864 +162
+ Misses 68074 68073 -1
- Partials 18927 18950 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Karen X <[email protected]>
6755df1 to
aba9f69
Compare
Signed-off-by: Karen X <[email protected]>
Signed-off-by: Karen X <[email protected]>
|
❌ Gradle check result for 2f81856: 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 <[email protected]>
|
❌ Gradle check result for 4bf9666: 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 <[email protected]>
|
❕ Gradle check result for 21208ce: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Signed-off-by: Karen X <[email protected]>
…pensearch-project#19392) * [GRPC] Implement Exists, Ids, Regexp, Wildcard queries Signed-off-by: karenx <[email protected]> * changelog Signed-off-by: karenx <[email protected]> * remove idsquery Signed-off-by: Karen X <[email protected]> * package private Signed-off-by: Karen X <[email protected]> * compile with 0.18.0 protos Signed-off-by: Karen X <[email protected]> * spotlessApply Signed-off-by: Karen X <[email protected]> * add tests Signed-off-by: Karen X <[email protected]> * spotless Signed-off-by: Karen X <[email protected]> --------- Signed-off-by: karenx <[email protected]> Signed-off-by: Karen X <[email protected]> Co-authored-by: karenx <[email protected]>
…pensearch-project#19392) * [GRPC] Implement Exists, Ids, Regexp, Wildcard queries Signed-off-by: karenx <[email protected]> * changelog Signed-off-by: karenx <[email protected]> * remove idsquery Signed-off-by: Karen X <[email protected]> * package private Signed-off-by: Karen X <[email protected]> * compile with 0.18.0 protos Signed-off-by: Karen X <[email protected]> * spotlessApply Signed-off-by: Karen X <[email protected]> * add tests Signed-off-by: Karen X <[email protected]> * spotless Signed-off-by: Karen X <[email protected]> --------- Signed-off-by: karenx <[email protected]> Signed-off-by: Karen X <[email protected]> Co-authored-by: karenx <[email protected]>
Description
*ProtoUtils.javaclasses package private.Related Issues
Partially 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.