Skip to content

Commit 33f6ee6

Browse files
committed
add assert
1 parent 9ac64b0 commit 33f6ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/index/codec/tsdb/es819/ES819TSDBDocValuesProducer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ public BlockLoader.Block tryRead(
390390
int offset,
391391
BlockDocValuesReader.ToDouble toDouble
392392
) throws IOException {
393+
assert toDouble == null;
393394
if (ords instanceof BaseDenseNumericValues denseOrds) {
394395
var block = tryReadAHead(factory, docs, offset);
395396
if (block != null) {

0 commit comments

Comments
 (0)