-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor codec to leverage backwards_codecs (#2546)
Refactors codec management to move codecs that are read only into a new package, backwards codecs. Also, remove codecs that can no longer be used in 3.0 (everything before 9.1. With this, I remove the enum structure of KNNCodecVersion, as there is really only one codec that can be used to actively write at a time. Signed-off-by: John Mazanec <jmazane@amazon.com>
- Loading branch information
1 parent
f9d8b53
commit edcbe31
Showing
33 changed files
with
203 additions
and
907 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
120 changes: 0 additions & 120 deletions
120
src/main/java/org/opensearch/knn/index/codec/KNN80Codec/KNN80Codec.java
This file was deleted.
Oops, something went wrong.
124 changes: 0 additions & 124 deletions
124
src/main/java/org/opensearch/knn/index/codec/KNN84Codec/KNN84Codec.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.