Allow to get the search request from the QueryCoordinatorContext#17890
Allow to get the search request from the QueryCoordinatorContext#17890saratvemulapalli merged 2 commits intoopensearch-project:mainfrom
Conversation
8c8a340 to
05b2bab
Compare
|
❌ Gradle check result for 05b2bab: 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 e53dbb2: 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 85a1eca: 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 c1c3747: 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 c1c3747: 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 09e233f: 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 1174f4c: 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 25c11d6: 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 b142c4d: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17890 +/- ##
============================================
- Coverage 72.58% 72.56% -0.02%
- Complexity 67219 67258 +39
============================================
Files 5476 5476
Lines 310445 310445
Branches 45121 45121
============================================
- Hits 225324 225269 -55
- Misses 66780 66879 +99
+ Partials 18341 18297 -44 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Bo Zhang <bzhangam@amazon.com>
|
❕ Gradle check result for 3ca4787: 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. |
2cde121
into
opensearch-project:main
Description
Add target indices info to the QueryCoordinatorContext.
Related Issues
This is needed to support a new feature in neural plugin: #[1211]
In the new feature when we rewrite the query on coordinator node we need to know the target indices to decide how to do the rewrite based on the index configuration.
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.