From 73c29191ec5f3dd1254b59aadb16b85e2afb9495 Mon Sep 17 00:00:00 2001 From: Eric Wei Date: Fri, 24 Jul 2026 14:53:10 -0700 Subject: [PATCH] Remove reverted rest command from 3.8 release notes (#5654) The PPL rest command was added (#5599) and fully reverted (#5635) within the same release cycle, so neither should appear in the notes. Signed-off-by: Eric Wei (cherry picked from commit 7c24851408040d2e3928a1bdfa0e27645a35b742) Signed-off-by: opensearch-ci-bot --- release-notes/opensearch-sql.release-notes-3.8.0.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/release-notes/opensearch-sql.release-notes-3.8.0.0.md b/release-notes/opensearch-sql.release-notes-3.8.0.0.md index 61db95af498..8dbff4fd2c0 100644 --- a/release-notes/opensearch-sql.release-notes-3.8.0.0.md +++ b/release-notes/opensearch-sql.release-notes-3.8.0.0.md @@ -49,7 +49,6 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.8.0 * Honor PPL `fetch_size` on the analytics-engine route ([#5567](https://github.com/opensearch-project/sql/pull/5567)) * Strip analytics-engine-unsupported fields from test data and exclude affected ITs ([#5541](https://github.com/opensearch-project/sql/pull/5541)) * Repair two pre-existing IT failures on main (error type assertion and explain flake) ([#5545](https://github.com/opensearch-project/sql/pull/5545)) -* Revert PPL `rest` command ([#5635](https://github.com/opensearch-project/sql/pull/5635)) ### Infrastructure