-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nodejs client] fix hookup issues in src/core/server/opensearch (#1194)
1. import Client from '@opensearch-project/opensearch/api/new' to hook up the new types 2. remove asynSearch 3. apply type assertion 4. fix undefined and mismatched types Remove retry_call_cluster.test.ts due to removing all asyncSearch api Issue Resolved: #1193 Partical Resolved: #837 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
- Loading branch information
Showing
5 changed files
with
14 additions
and
324 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
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
313 changes: 0 additions & 313 deletions
313
src/core/server/opensearch/client/retry_call_cluster.test.ts
This file was deleted.
Oops, something went wrong.
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.