-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add flatten_result_index_mapping field to Config #1276
Add flatten_result_index_mapping field to Config #1276
Conversation
Signed-off-by: Jackie Han <[email protected]>
Signed-off-by: Jackie Han <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1276 +/- ##
============================================
+ Coverage 71.83% 77.11% +5.28%
- Complexity 4898 5299 +401
============================================
Files 518 517 -1
Lines 22879 22911 +32
Branches 2245 2241 -4
============================================
+ Hits 16434 17667 +1233
+ Misses 5410 4212 -1198
+ Partials 1035 1032 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
34b350e
into
opensearch-project:main
* Add flatten_result_index_mapping field into Config Signed-off-by: Jackie Han <[email protected]> * apply spotless check Signed-off-by: Jackie Han <[email protected]> --------- Signed-off-by: Jackie Han <[email protected]> (cherry picked from commit 34b350e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add flatten_result_index_mapping field into Config * apply spotless check --------- (cherry picked from commit 34b350e) Signed-off-by: Jackie Han <[email protected]> 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>
#1291) * Revert "Add flatten_result_index_mapping field to Config (#1276) (#1277)" This reverts commit d3bd162. * resolve conflicts Signed-off-by: Jackie Han <[email protected]> --------- Signed-off-by: Jackie Han <[email protected]>
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/anomaly-detection/backport-2.0 2.0
# Navigate to the new working tree
pushd ../.worktrees/anomaly-detection/backport-2.0
# Create a new branch
git switch --create backport/backport-1276-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 34b350e85d5d2232f1915d6ed3bc8877c54fada1
# Push it to GitHub
git push --set-upstream origin backport/backport-1276-to-2.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/anomaly-detection/backport-2.0 Then, create a pull request where the |
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/anomaly-detection/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/anomaly-detection/backport-2.x
# Create a new branch
git switch --create backport/backport-1276-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 34b350e85d5d2232f1915d6ed3bc8877c54fada1
# Push it to GitHub
git push --set-upstream origin backport/backport-1276-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/anomaly-detection/backport-2.x Then, create a pull request where the |
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/anomaly-detection/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/anomaly-detection/backport-2.x
# Create a new branch
git switch --create backport/backport-1276-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 34b350e85d5d2232f1915d6ed3bc8877c54fada1
# Push it to GitHub
git push --set-upstream origin backport/backport-1276-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/anomaly-detection/backport-2.x Then, create a pull request where the |
Description
Add flatten_result_index_mapping field to Config
Related Issues
#1213
Check List
--signoff
.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.