Skip to content

Commit 5985192

Browse files
committed
test compile errors
1 parent 32c1d7b commit 5985192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/lucene/read/ValueSourceReaderTypeConversionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ private KeywordFieldMapper.KeywordFieldType storedKeywordField(String name) {
13941394
Lucene.KEYWORD_ANALYZER,
13951395
new KeywordFieldMapper.Builder(name, IndexVersion.current()).docValues(false),
13961396
true, // TODO randomize - load from stored keyword fields if stored even in synthetic source
1397-
useBinaryDocValues
1397+
false
13981398
);
13991399
}
14001400

0 commit comments

Comments
 (0)