Skip to content

Commit 6f855d4

Browse files
committed
fix compilation error - set vectors to null
1 parent d9a7089 commit 6f855d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/cuvs-java/src/main/java22/com/nvidia/cuvs/internal/CagraIndexImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ private CagraIndexImpl(InputStream inputStream, CuVSResourcesImpl resources) thr
145145
* @param resources The resources instance
146146
*/
147147
private CagraIndexImpl(IndexReference indexReference, CuVSResourcesImpl resources) {
148+
this.vectors = null;
148149
this.cagraIndexParameters = null;
149150
this.cagraCompressionParams = null;
150151
this.dataset = null;

0 commit comments

Comments
 (0)