-
Notifications
You must be signed in to change notification settings - Fork 61
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
Adding SQL Settings specs #456
Conversation
Signed-off-by: Tokesh <[email protected]>
Signed-off-by: Tokesh <[email protected]>
Changes AnalysisCommit SHA: 41b888e API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/10220107483/artifacts/1770365701 API Coverage
|
Spec Test Coverage Analysis
|
You mean in the schema? Are you looking for |
spec/schemas/sql._common.yaml
Outdated
type: string | ||
size_limit: | ||
type: string |
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.
Double-checking that those are actually strings?
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.
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.
Let's make sure the types are correct.
spec/schemas/sql._common.yaml
Outdated
properties: | ||
enabled: | ||
type: string |
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.
Boolean?
Signed-off-by: Tokesh <[email protected]>
Signed-off-by: Tokesh <[email protected]>
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.
Thanks! It's close. See comments, look through all unresolved conversations. The types look suspicious.
Signed-off-by: Tokesh <[email protected]>
Signed-off-by: Tokesh <[email protected]>
Okkie! I resolved all comments |
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 good. One ask for CHANGELOG and we can merge.
Signed-off-by: Niyazbek Torekeldi <[email protected]>
Signed-off-by: Niyazbek Torekeldi <[email protected]>
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.
Question on boolean:
Signed-off-by: Tokesh <[email protected]>
Description
adding sql settings specs
Issues Resolved
[#235]
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.