File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
test/framework/src/main/java/org/elasticsearch/index/mapper Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1852,7 +1852,10 @@ protected boolean supportsDocValuesSkippers() {
18521852
18531853 public void testDocValuesSkippers () throws IOException {
18541854 assumeTrue ("Mapper does not support doc values skippers" , supportsDocValuesSkippers ());
1855- IndexVersion preSkipperVersion = IndexVersionUtils .randomPreviousCompatibleVersion (random (), IndexVersions .STANDARD_INDEXES_USE_SKIPPERS );
1855+ IndexVersion preSkipperVersion = IndexVersionUtils .randomPreviousCompatibleVersion (
1856+ random (),
1857+ IndexVersions .STANDARD_INDEXES_USE_SKIPPERS
1858+ );
18561859 IndexVersion withSkipperVersion = IndexVersions .STANDARD_INDEXES_USE_SKIPPERS ;
18571860
18581861 Settings skippersDisabled = Settings .builder ().put (IndexSettings .USE_DOC_VALUES_SKIPPER .getKey (), false ).build ();
You can’t perform that action at this time.
0 commit comments