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.
Handle create index with batch FlintJob (opensearch-project#2734)
* update grammar file Signed-off-by: Sean Kao <[email protected]> * batch job for create manual refresh index Signed-off-by: Sean Kao <[email protected]> * dispatcher test for index dml query Signed-off-by: Sean Kao <[email protected]> * borrow lease for refresh query, not batch Signed-off-by: Sean Kao <[email protected]> * spotlessApply Signed-off-by: Sean Kao <[email protected]> * add release note Signed-off-by: Sean Kao <[email protected]> * update comment Signed-off-by: Sean Kao <[email protected]> --------- Signed-off-by: Sean Kao <[email protected]> (cherry picked from commit b959039)
- Loading branch information
1 parent
b398446
commit f64ae16
Showing
8 changed files
with
291 additions
and
39 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,34 @@ | ||
Compatible with OpenSearch and OpenSearch Dashboards Version 2.15.0 | ||
|
||
### Features | ||
* Support Percentile in PPL ([#2710](https://github.com/opensearch-project/sql/pull/2710)) | ||
|
||
### Enhancements | ||
* Add option to use LakeFormation in S3Glue data source ([#2624](https://github.com/opensearch-project/sql/pull/2624)) | ||
* Remove direct ClusterState access in LocalClusterState ([#2717](https://github.com/opensearch-project/sql/pull/2717)) | ||
|
||
### Bug Fixes | ||
* Handle create index with batch FlintJob ([#2734](https://github.com/opensearch-project/sql/pull/2734)) | ||
|
||
### Maintenance | ||
* Use EMR serverless bundled iceberg JAR ([#2632](https://github.com/opensearch-project/sql/pull/2632)) | ||
* Update maintainers list ([#2663](https://github.com/opensearch-project/sql/pull/2663)) | ||
|
||
### Infrastructure | ||
* Increment version to 2.15.0-SNAPSHOT ([#2650](https://github.com/opensearch-project/sql/pull/2650)) | ||
|
||
### Refactoring | ||
* Refactor SparkQueryDispatcher ([#2636](https://github.com/opensearch-project/sql/pull/2636)) | ||
* Refactor IndexDMLHandler and related classes ([#2644](https://github.com/opensearch-project/sql/pull/2644)) | ||
* Introduce FlintIndexStateModelService ([#2658](https://github.com/opensearch-project/sql/pull/2658)) | ||
* Add comments to async query handlers ([#2657](https://github.com/opensearch-project/sql/pull/2657)) | ||
* Extract SessionStorageService and StatementStorageService ([#2665](https://github.com/opensearch-project/sql/pull/2665)) | ||
* Make models free of XContent ([#2677](https://github.com/opensearch-project/sql/pull/2677)) | ||
* Remove unneeded datasourceName parameters ([#2683](https://github.com/opensearch-project/sql/pull/2683)) | ||
* Refactor data models to be generic to data storage ([#2687](https://github.com/opensearch-project/sql/pull/2687)) | ||
* Provide a way to modify spark parameters ([#2691](https://github.com/opensearch-project/sql/pull/2691)) | ||
* Change JobExecutionResponseReader to an interface ([#2693](https://github.com/opensearch-project/sql/pull/2693)) | ||
* Abstract queryId generation ([#2695](https://github.com/opensearch-project/sql/pull/2695)) | ||
* Introduce SessionConfigSupplier to abstract settings ([#2707](https://github.com/opensearch-project/sql/pull/2707)) | ||
* Add accountId to data models ([#2709](https://github.com/opensearch-project/sql/pull/2709)) | ||
* Pass down request context to data accessors ([#2715](https://github.com/opensearch-project/sql/pull/2715)) |
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
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
Oops, something went wrong.