We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently all the internal errors throw Service Unavailable exception which is not apt and should throw internal server failure instead. Code Pointer: https://github.com/opensearch-project/sql/blob/main/plugin/src/main/java/org/opensearch/sql/plugin/rest/RestPPLQueryAction.java#L148
The ask of this issue is to fix these error response codes in both sql and ppl APIs.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
vamsi-amazon
No branches or pull requests
Currently all the internal errors throw Service Unavailable exception which is not apt and should throw internal server failure instead.
Code Pointer: https://github.com/opensearch-project/sql/blob/main/plugin/src/main/java/org/opensearch/sql/plugin/rest/RestPPLQueryAction.java#L148
The ask of this issue is to fix these error response codes in both sql and ppl APIs.
The text was updated successfully, but these errors were encountered: