Skip to content

Commit cf063f0

Browse files
committed
iter
1 parent ded314b commit cf063f0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/index/codec/tsdb/ES87TSDBDocValuesConsumer.java renamed to server/src/main/java/org/elasticsearch/index/codec/tsdb/ES87TSDBDocValuesConsumer.java

File renamed without changes.

server/src/main/java/org/elasticsearch/index/codec/tsdb/ES87TSDBDocValuesFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public ES87TSDBDocValuesFormat(int skipIndexIntervalSize) {
9393

9494
@Override
9595
public DocValuesConsumer fieldsConsumer(SegmentWriteState state) throws IOException {
96-
throw new UnsupportedOperationException("writing es87 doc values is no longer supported");
96+
return new ES87TSDBDocValuesConsumer(state, skipIndexIntervalSize, DATA_CODEC, DATA_EXTENSION, META_CODEC, META_EXTENSION);
9797
}
9898

9999
@Override

0 commit comments

Comments
 (0)