Fix exists queries on nested flat_object fields throws exception#16803
Fix exists queries on nested flat_object fields throws exception#16803msfroh merged 1 commit intoopensearch-project:mainfrom
Conversation
6215f34 to
5763a44
Compare
|
❌ Gradle check result for 5763a44: 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? |
5763a44 to
7d38155
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16803 +/- ##
============================================
+ Coverage 72.19% 72.29% +0.09%
- Complexity 65304 65323 +19
============================================
Files 5301 5301
Lines 303774 303776 +2
Branches 44034 44035 +1
============================================
+ Hits 219323 219626 +303
+ Misses 66458 66078 -380
- Partials 17993 18072 +79 ☔ View full report in Codecov by Sentry. |
17b5565 to
59a08d7
Compare
59a08d7 to
d955649
Compare
|
❌ Gradle check result for d955649: 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? |
bf8251c to
3ec0dfe
Compare
|
❌ Gradle check result for 3ec0dfe: 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? |
3ec0dfe to
56e6036
Compare
|
❌ Gradle check result for 56e6036: 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? |
56e6036 to
0ea853d
Compare
|
❌ Gradle check result for 0ea853d: 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: kkewwei <kewei.11@bytedance.com> Signed-off-by: kkewwei <kkewwei@163.com>
0ea853d to
b7d7cf9
Compare
|
@msfroh, Could you please help review the pull request at your convenience. |
msfroh
left a comment
There was a problem hiding this comment.
Wow... thanks for catching that! It's a nice small fix.
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-16803-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c6dfc65ea0bccc9cfe66bc4248d09b42d7430d0e
# Push it to GitHub
git push --set-upstream origin backport/backport-16803-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.xThen, create a pull request where the |
|
Hmm... sorry @kkewwei -- the automatic backport failed. It's most likely a conflict on the changelog again |
Some of the previous commits are not backported, I will complete them and then backport this one. |
…search-project#16803) Signed-off-by: kkewwei <kewei.11@bytedance.com> Signed-off-by: kkewwei <kkewwei@163.com> Signed-off-by: expani <anijainc@amazon.com>
Description
[Describe what this change achieves]
Related Issues
Resolves #16795
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.