From 9efbc4a625ebebbbd90039314244994a49645030 Mon Sep 17 00:00:00 2001 From: Sean Kao Date: Fri, 6 Sep 2024 12:10:23 -0700 Subject: [PATCH] Update with latest PRs Signed-off-by: Sean Kao --- release-notes/opensearch-sql.release-notes-2.17.0.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/opensearch-sql.release-notes-2.17.0.0.md b/release-notes/opensearch-sql.release-notes-2.17.0.0.md index cab9d634c3..2282d71f94 100644 --- a/release-notes/opensearch-sql.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-sql.release-notes-2.17.0.0.md @@ -12,6 +12,7 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.17.0 * IF function should support complex predicates in PPL ([#2970](https://github.com/opensearch-project/sql/pull/2970)) * Add flags for Iceberg and Lake Formation and Security Lake as a data source type ([#2978](https://github.com/opensearch-project/sql/pull/2978)) * Adds validation to allow only flint queries and sql SELECT queries to security lake type datasource ([#2977](https://github.com/opensearch-project/sql/pull/2977)) +* Delegate Flint index vacuum operation to Spark ([#2995](https://github.com/opensearch-project/sql/pull/2995)) ### Bug Fixes * Restrict UDF functions ([#2884](https://github.com/opensearch-project/sql/pull/2884)) @@ -23,6 +24,7 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.17.0 ### Infrastructure * Increment version to 2.17.0-SNAPSHOT ([#2892](https://github.com/opensearch-project/sql/pull/2892)) +* Fix :integ-test:sqlBwcCluster#fullRestartClusterTask ([#2996](https://github.com/opensearch-project/sql/pull/2996)) ### Refactoring * Add RequestContext parameter to verifyDataSourceAccessAndGetRawMetada method ([#2872](https://github.com/opensearch-project/sql/pull/2872))