Skip to content

Commit 66dcaf8

Browse files
committed
doh
1 parent 71e30a1 commit 66dcaf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ public int resetPostingsScorer(long offset) throws IOException {
367367
centroidDp = Float.intBitsToFloat(indexInput.readInt());
368368
vectors = indexInput.readVInt();
369369
// read the doc ids
370-
assert vectors <= docIdsScratch.length;
371370
slicePos = indexInput.getFilePointer();
372371
return vectors;
373372
}

0 commit comments

Comments
 (0)