-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
moved flat object from changed to added b/c it's new #7322
Conversation
…le more description Signed-off-by: Mark Cohen <markcoh@amazon.com>
@@ -21,6 +21,7 @@ | |||
- Add retry delay as dynamic setting for cluster maanger throttling. ([#6998](https://github.com/opensearch-project/OpenSearch/pull/6998)) | |||
- Introduce full support for searchable snapshots ([#5087](https://github.com/opensearch-project/OpenSearch/issues/5087)) | |||
- Introduce full support for Segment Replication ([#5147](https://github.com/opensearch-project/OpenSearch/issues/5147)) | |||
- Introduce a new field type: flat_object to help prevent mapping explosions ([#6507](https://github.com/opensearch-project/OpenSearch/pull/6507)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about linking to the original issue here instead of the PR? That's probably a better resource to learn about the feature than the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smart. done.
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Mark Cohen <markcoh@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #7322 +/- ##
============================================
- Coverage 70.71% 70.57% -0.14%
+ Complexity 59516 59479 -37
============================================
Files 4859 4859
Lines 285369 285369
Branches 41134 41134
============================================
- Hits 201801 201411 -390
- Misses 66956 67381 +425
+ Partials 16612 16577 -35 |
Gradle Check (Jenkins) Run Completed with:
|
* moved flat object from changed to added b/c it's new and added a little more description Signed-off-by: Mark Cohen <markcoh@amazon.com> * switch flat object line to the issue instead of the PR Signed-off-by: Mark Cohen <markcoh@amazon.com> --------- Signed-off-by: Mark Cohen <markcoh@amazon.com> (cherry picked from commit 0d22fda) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* moved flat object from changed to added b/c it's new and added a little more description Signed-off-by: Mark Cohen <markcoh@amazon.com> * switch flat object line to the issue instead of the PR Signed-off-by: Mark Cohen <markcoh@amazon.com> --------- Signed-off-by: Mark Cohen <markcoh@amazon.com> (cherry picked from commit 0d22fda) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* moved flat object from changed to added b/c it's new and added a little more description * switch flat object line to the issue instead of the PR --------- (cherry picked from commit 0d22fda) Signed-off-by: Mark Cohen <markcoh@amazon.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>
* moved flat object from changed to added b/c it's new and added a little more description * switch flat object line to the issue instead of the PR --------- (cherry picked from commit 0d22fda) Signed-off-by: Mark Cohen <markcoh@amazon.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>
…ect#7322) * moved flat object from changed to added b/c it's new and added a little more description Signed-off-by: Mark Cohen <markcoh@amazon.com> * switch flat object line to the issue instead of the PR Signed-off-by: Mark Cohen <markcoh@amazon.com> --------- Signed-off-by: Mark Cohen <markcoh@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
moves flat object from the changed to added section. didn't think this was notable enough for CHANGELOG.
Issues Resolved
N/A
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.