Fix derived query rewrite#19496
Conversation
server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java
Outdated
Show resolved
Hide resolved
|
❌ Gradle check result for 51ed781: 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? |
51ed781 to
8e09b8f
Compare
|
❌ Gradle check result for 8e09b8f: 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 d6dd68a: 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 d6dd68a: null 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? |
|
@harshavamsi - Can you merge main into your branch? |
|
❕ Gradle check result for d6dd68a: 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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19496 +/- ##
============================================
- Coverage 73.07% 72.95% -0.12%
+ Complexity 70414 70391 -23
============================================
Files 5708 5708
Lines 322502 322519 +17
Branches 46705 46711 +6
============================================
- Hits 235653 235306 -347
- Misses 67865 68322 +457
+ Partials 18984 18891 -93 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> (cherry picked from commit 0c3a313) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 0c3a313) Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
Description
Reverts derived field rewrite and chooses to rewrite queries based on the type of query
Related Issues
Resolves #19337
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.