Skip to content

Commit dc4fbcc

Browse files
committed
iter
1 parent 7cc6828 commit dc4fbcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/analytics/src/test/java/org/elasticsearch/xpack/analytics/mapper/TDigestFieldMapperTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,4 +510,9 @@ public List<SyntheticSourceInvalidExample> invalidExample() throws IOException {
510510
public void testSyntheticSourceKeepArrays() {
511511
// The mapper expects to parse an array of values by default, it's not compatible with array of arrays.
512512
}
513+
514+
@Override
515+
protected boolean supportsDocValuesSkippers() {
516+
return false;
517+
}
513518
}

0 commit comments

Comments
 (0)