[GRPC][Term-level queries] Add Exists, Regexp, and Wildcard queries#19392
[GRPC][Term-level queries] Add Exists, Regexp, and Wildcard queries#19392mch2 merged 15 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: karenx <karenx@uber.com>
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 <karenxyr@gmail.com>
876db21 to
ba8fbe1
Compare
Signed-off-by: Karen X <karenxyr@gmail.com>
|
❌ 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 <karenxyr@gmail.com>
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 <karenxyr@gmail.com>
Signed-off-by: Karen X <karenxyr@gmail.com>
Signed-off-by: Karen X <karenxyr@gmail.com>
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:
|
6755df1 to
aba9f69
Compare
Signed-off-by: Karen X <karenxyr@gmail.com>
Signed-off-by: Karen X <karenxyr@gmail.com>
|
❌ 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? |
|
❌ 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 <karenxyr@gmail.com>
|
❕ 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 <karenxyr@gmail.com>
…pensearch-project#19392) * [GRPC] Implement Exists, Ids, Regexp, Wildcard queries Signed-off-by: karenx <karenx@uber.com> * changelog Signed-off-by: karenx <karenx@uber.com> * remove idsquery Signed-off-by: Karen X <karenxyr@gmail.com> * package private Signed-off-by: Karen X <karenxyr@gmail.com> * compile with 0.18.0 protos Signed-off-by: Karen X <karenxyr@gmail.com> * spotlessApply Signed-off-by: Karen X <karenxyr@gmail.com> * add tests Signed-off-by: Karen X <karenxyr@gmail.com> * spotless Signed-off-by: Karen X <karenxyr@gmail.com> --------- Signed-off-by: karenx <karenx@uber.com> Signed-off-by: Karen X <karenxyr@gmail.com> Co-authored-by: karenx <karenx@uber.com>
…pensearch-project#19392) * [GRPC] Implement Exists, Ids, Regexp, Wildcard queries Signed-off-by: karenx <karenx@uber.com> * changelog Signed-off-by: karenx <karenx@uber.com> * remove idsquery Signed-off-by: Karen X <karenxyr@gmail.com> * package private Signed-off-by: Karen X <karenxyr@gmail.com> * compile with 0.18.0 protos Signed-off-by: Karen X <karenxyr@gmail.com> * spotlessApply Signed-off-by: Karen X <karenxyr@gmail.com> * add tests Signed-off-by: Karen X <karenxyr@gmail.com> * spotless Signed-off-by: Karen X <karenxyr@gmail.com> --------- Signed-off-by: karenx <karenx@uber.com> Signed-off-by: Karen X <karenxyr@gmail.com> Co-authored-by: karenx <karenx@uber.com>
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.