Revert "[Feature] Add PPL rest command" - #5635
Conversation
This reverts the changes introduced by PR opensearch-project#5599 (merge commit 454ac4e).
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 3e6a82a.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Resolve conflicts from the upstream revert of the PPL rest command (opensearch-project#5635 reverting opensearch-project#5599): - Settings.java: keep OUTPUTLOOKUP_MAX_ROWS, drop the reverted PPL_REST_REDACTION_ENABLED / PPL_REST_ALLOWED_ENDPOINTS keys. - AstBuilderTest.java: keep the outputlookup parser tests, drop the reverted testRestCommand / testRestCommandWithArgs. Signed-off-by: Louis Chu <lingzhichu.clz@gmail.com>
This reverts the changes introduced by PR opensearch-project#5599 (merge commit 454ac4e).
The PPL rest command was added (#5599) and fully reverted (#5635) within the same release cycle, so neither should appear in the notes. (cherry picked from commit 7c24851) Signed-off-by: Eric Wei <menwe@amazon.com> Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: Eric Wei <menwe@amazon.com>
Description
This reverts the changes introduced by PR #5599 (merge commit 454ac4e).
Related Issues
N/A
Check List
--signoffor-s.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.