forked from opensearch-project/sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release notes for 2.14.0.0 (opensearch-project#2647)
Signed-off-by: Vamsi Manohar <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Compatible with OpenSearch and OpenSearch Dashboards Version 2.14.0 | ||
|
||
### Enhancements | ||
* Add iceberg support to EMR serverless jobs. ([#2602](https://github.com/opensearch-project/sql/pull/2602)) | ||
* Use EMR serverless bundled iceberg JAR. ([#2646](https://github.com/opensearch-project/sql/pull/2646)) | ||
|
||
### Bug Fixes | ||
* Align vacuum statement semantics with Flint Spark ([#2606](https://github.com/opensearch-project/sql/pull/2606)) | ||
* Handle EMRS exception as 400 ([#2612](https://github.com/opensearch-project/sql/pull/2612)) | ||
* Fix pagination for many columns (#2440) ([#2441](https://github.com/opensearch-project/sql/pull/2441)) | ||
* Fix semicolon parsing for async query ([#2631](https://github.com/opensearch-project/sql/pull/2631)) | ||
* Throw OpensearchSecurityException in case of datasource authorization ([#2626](https://github.com/opensearch-project/sql/pull/2626)) | ||
|
||
### Maintenance | ||
* Refactoring of SparkQueryDispatcher ([#2615](https://github.com/opensearch-project/sql/pull/2615)) | ||
|
||
### Infrastructure | ||
* Increment version to 2.14.0-SNAPSHOT ([#2585](https://github.com/opensearch-project/sql/pull/2585)) |