-
Notifications
You must be signed in to change notification settings - Fork 60
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
set value
required in constant_keyword field type
#419
Conversation
2968b8a
to
96cf20d
Compare
value
required in constant_keyword field type
Changes AnalysisCommit SHA: 4762fd2 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/9975458337/artifacts/1711030412 API Coverage
|
Looks like tests are failing. Organization-wise I wonder where we should put this test. Is this a |
96cf20d
to
581cbb3
Compare
581cbb3
to
772a81f
Compare
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.
Looks like 2.0 test failed. Which version was this added in? You will need a version: '>= ...'
in the test.
Also add a line to CHANGELOG. This is a fix for the constant_keyword mapping type.
4e484ef
to
6a0294f
Compare
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.
One nit for CHANGELOG.
The 2.16 daily is failing to startup, I'll look into it.
6a3ee29
to
13c7ad0
Compare
Signed-off-by: kewei.11 <[email protected]>
f82e676
to
6d80204
Compare
Signed-off-by: kkewwei <[email protected]>
@dblock, The source code has the bug( opensearch-project/OpenSearch#14651), is this caused by the bug? |
Dailies don't have all plugins when they fail to build, looks like today security plugin didn't work, so the version on docker hub doesn't have security/SSL, and that's what's failing. I locked it to a specific revision in #431 and we can update it regularly. |
Merging since the 2.16 problem is unrelated. Thanks @kkewwei! |
@kkewwei Did I make a mistake merging this? This test is not supposed to work in 2.15 either because of opensearch-project/OpenSearch#14651 and we have to wait for your fix to be merged there? I can revert. |
This reverts commit 7e1a233. Signed-off-by: dblock <[email protected]>
…432) This reverts commit 7e1a233. Signed-off-by: dblock <[email protected]>
@kkewwei Reopen this when the bug is fixed with |
Description
set value required in constant_keyword field type
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
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.