Skip to content

Commit fa4cf92

Browse files
committed
nix todo
1 parent 993f1f0 commit fa4cf92

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/diskbbq/IVFVectorsReader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ public Map<String, Long> getOffHeapByteSize(FieldInfo fieldInfo) {
379379
return raw;
380380
}
381381

382-
// TODO: report on desired off-heap requirements instead or in addition to max?
383382
var centroidsClusters = Map.of(CENTROID_EXTENSION, fe.centroidLength, CLUSTER_EXTENSION, fe.postingListLength);
384383
return KnnVectorsReader.mergeOffHeapByteSizeMaps(raw, centroidsClusters);
385384
}

0 commit comments

Comments
 (0)