Skip to content

Commit 81c7b5e

Browse files
committed
Use correct parameter name after backport
1 parent 002c032 commit 81c7b5e

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/lookup

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/lookup/QueryList.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ private DateNanosQueryList(
252252
MappedFieldType field,
253253
SearchExecutionContext searchExecutionContext,
254254
LongBlock block,
255-
boolean onlySingleValueParams
255+
boolean onlySingleValues
256256
) {
257-
super(field, searchExecutionContext, block, onlySingleValueParams);
257+
super(field, searchExecutionContext, block, onlySingleValues);
258258
if (field instanceof RangeFieldMapper.RangeFieldType rangeFieldType) {
259259
// TODO: do this validation earlier
260260
throw new IllegalArgumentException(

0 commit comments

Comments
 (0)