-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Problem After adding open api generated code for control plane, there's a need for a wrapper for the index operations. ## Solution This PR adds a wrapper for index operations and associated integration tests. Couple of the integration tests are currently commented out and will be handled in the upcoming PR's. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Ran integration tests.
- Loading branch information
1 parent
12a2ee5
commit 20e5494
Showing
20 changed files
with
743 additions
and
1,241 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
174 changes: 0 additions & 174 deletions
174
src/integration/java/io/pinecone/integration/controlPlane/index/ConfigureIndexTest.java
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
...gration/java/io/pinecone/integration/controlPlane/index/CreateListAndDeleteIndexTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.